mirror of
https://github.com/taglib/taglib.git
synced 2026-01-31 12:30:11 -05:00
f59c3b67aa4eb4a6a651a70d457211eddbf53b12
The bug report has a WAVE file with zero-sized 'data' chunk, which causes TagLib to iterate over the file, 8 bytes in each iteration. The new code adds a check for the chunk name, which forces it to mark the file as invalid if the chunk name doesn't contain ASCII characters. https://bugs.kde.org/show_bug.cgi?id=283412
Description
No description provided
Languages
C++
96.3%
CMake
2.3%
C
1%
Logos
0.4%