]> granicus.if.org Git - taglib/commit
Fix the wrong padding of ByteVector::resize().
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 1 May 2015 17:34:40 +0000 (02:34 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Fri, 1 May 2015 17:43:08 +0000 (02:43 +0900)
commitff8443f33a4d6c7a577b66048692f0471df76830
tree43dd801100980520f659337062fa00900de95a87
parent62ab41fa07bfe6456eafc7ffacbfa2043cba0668
Fix the wrong padding of ByteVector::resize().

The expanded area will be filled with garbage instead of correct padding in some corner cases.
taglib/toolkit/tbytevector.cpp
tests/test_bytevector.cpp