]> granicus.if.org Git - taglib/commit
Fix segfaults when calling File::properties() after strip().
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Mon, 3 Aug 2015 14:41:26 +0000 (23:41 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Tue, 25 Aug 2015 02:03:00 +0000 (11:03 +0900)
commitc5cf9b93bcd12e5570c43c3ed41fcaf18e4d5132
treeb8d8dace24bfc25a55d42e173c44d81b86953ef2
parent1bb06b1f7a2a00ce0e0c119a728d15cde92882ec
Fix segfaults when calling File::properties() after strip().
Backport TagUnion::properties() and TagUnion::removeUnsupportedProperties() from taglib2.
15 files changed:
taglib/ape/apefile.cpp
taglib/flac/flacfile.cpp
taglib/mpc/mpcfile.cpp
taglib/mpeg/mpegfile.cpp
taglib/riff/wav/wavfile.cpp
taglib/tagunion.cpp
taglib/tagunion.h
taglib/trueaudio/trueaudiofile.cpp
taglib/wavpack/wavpackfile.cpp
tests/test_ape.cpp
tests/test_mpc.cpp
tests/test_mpeg.cpp
tests/test_trueaudio.cpp
tests/test_wav.cpp
tests/test_wavpack.cpp