Lukáš Lalinský 6ea8599313 Detect RIFF files with invalid chunk sizes
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
2011-10-08 18:41:15 +02:00
..
2009-07-24 13:08:51 +00:00
2011-06-09 18:40:22 +02:00
2007-11-10 22:55:14 +00:00
2010-07-11 09:47:58 +00:00
2011-06-24 01:31:15 +02:00