]> granicus.if.org Git - taglib/commit
Fix a possible out-of-bounds access in SynchData::decode().
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 19 Feb 2016 11:58:09 +0000 (20:58 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 19 Feb 2016 11:58:09 +0000 (20:58 +0900)
commit8c4b484e673290644d31d11a114c7359d8ff5876
tree204e7545bab0df88b8c5f492771e5f5c77a8bb3d
parent2166d703e05cf975894195d04527d5d2aaa5c656
Fix a possible out-of-bounds access in SynchData::decode().
This also avoids an extra memory copy.
taglib/mpeg/id3v2/id3v2synchdata.cpp
tests/test_synchdata.cpp