]> granicus.if.org Git - taglib/commit
- Fixed crash in AttachedPictureFrame and GeneralEncapsulatedObjectFrame
authorLukáš Lalinský <lalinsky@gmail.com>
Sat, 10 Nov 2007 18:03:25 +0000 (18:03 +0000)
committerLukáš Lalinský <lalinsky@gmail.com>
Sat, 10 Nov 2007 18:03:25 +0000 (18:03 +0000)
commit673b77c3ac81afb021f9f84f5a6e7db93f66e407
tree58c9730fc2465a000a40c66810ca2c2ac79e442c
parentdb0be6b8c6955d6daf3e2e48c7c0b8427fd1944e
- Fixed crash in AttachedPictureFrame and GeneralEncapsulatedObjectFrame
  caused by using uninitialized pointer. (BUG:151078)
- Make Frame::readStringField to actually read the string field.
- Fixed parsing of APIC frames -- there is one-byte type between mime type
  and description. The code worked only thanks to the previous bug.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@735035 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
taglib/mpeg/id3v2/frames/attachedpictureframe.cpp
taglib/mpeg/id3v2/frames/generalencapsulatedobjectframe.cpp
taglib/mpeg/id3v2/id3v2frame.cpp
tests/test_id3v2.cpp