Serial-ATA / lofty-rs

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

ID3v1: Stop erroring on inputs smaller than 128 bytes #270

Closed Serial-ATA closed 9 months ago

Serial-ATA commented 9 months ago

Unfortunately, this isn't the only place we do unchecked seeks.

An error is rarely (if ever) going to appear from them, since we're talking about incredibly tiny inputs. Doesn't mean it can be entirely ignored, though.