Serial-ATA / lofty-rs

Audio metadata library
Apache License 2.0
182 stars 34 forks source link

MP4: Attempt to detect invalid atom identifiers #267

Closed Serial-ATA closed 9 months ago

Serial-ATA commented 9 months ago

This follows the checks of TagLib: https://github.com/taglib/taglib/blob/b40b834b1bdbd74593c5619e969e793d4d4886d9/taglib/mp4/mp4atom.cpp#L89.

@uklotzde This fixes the parsing of the file you sent.

Still need to add a test for this, I'll make one tomorrow.

uklotzde commented 9 months ago

Some minor changes: #268