]> granicus.if.org Git - taglib/commit
We've moved away from including the null byte in the returned value
authorScott Wheeler <scott@directededge.com>
Mon, 18 May 2015 15:29:52 +0000 (17:29 +0200)
committerScott Wheeler <scott@directededge.com>
Mon, 18 May 2015 15:29:52 +0000 (17:29 +0200)
commit3a977c55c411d186619b22374e31748021276017
tree3fbabe9f03ccf77b0edbe4c15d682f6f7395f482
parenta094ce7dd2e0498b37683b62a582eb8beb54548e
We've moved away from including the null byte in the returned value

This does change previous behavior, but the previous behavior was
particularly stupid and inconsistent with everything else in TagLib.

It should be possible to mitigate this by putting the same safety
guards in the TableOfContents
tests/test_id3v2.cpp