Files
taglib/tests/data
Urs Fleisch dfa33bec08 Fix crash with invalid WAV files (#1163) (#1164)
With specially crafted WAV files having the "id3 " chunk as the
only valid chunk, when trying to write the tags, the existing
"id3 " chunk is removed, and then vector::front() is called on
the now empty chunks vector.
Now it is checked if the vector is empty to avoid the crash.
2023-11-05 14:40:18 +01:00
..
2023-09-26 16:23:03 +02:00
2007-11-10 22:55:14 +00:00
2011-06-24 01:31:15 +02:00