Serial-ATA / lofty-rs

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

ID3v2: Don't expect text frames to be terminated #256

Closed Serial-ATA closed 11 months ago

Serial-ATA commented 11 months ago

Accidentally made TextInformationFrame::parse expect a null terminated string at some point.

closes #255