FS#25417 - [taglib] [patch] crash parsing ID3v2 tag in ape file due to null pointer dereference
Attached to Project:
Arch Linux
Opened by Jonathan Liu (net147) - Saturday, 06 August 2011, 04:57 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 06 August 2011, 14:32 GMT
Opened by Jonathan Liu (net147) - Saturday, 06 August 2011, 04:57 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 06 August 2011, 14:32 GMT
|
Details
Description:
https://github.com/taglib/taglib/blob/master/taglib/ape/apeproperties.cpp#L140. A null FrameFactory pointer to ID3v2::Tag constructor. Later on when reading the tag, it crashes trying to dereference the null pointer. It should omit the null pointer argument so that the default FrameFactory instance is used. http://code.google.com/p/clementine-player/issues/detail?id=1825 Additional info: * taglib 1.7-1 * https://bugs.kde.org/show_bug.cgi?id=278773 Steps to reproduce: Install clementine. Open APE file attached to http://code.google.com/p/clementine-player/issues/detail?id=1825 |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Saturday, 06 August 2011, 14:32 GMT
Reason for closing: Fixed
Additional comments about closing: taglib 1.7-3 (for real)
Saturday, 06 August 2011, 14:32 GMT
Reason for closing: Fixed
Additional comments about closing: taglib 1.7-3 (for real)
Comment by Jonathan Liu (net147) -
Saturday, 06 August 2011, 12:55 GMT
- Field changed: Percent Complete (100% → 0%)
You forgot to add patch command to apply the fix.
ape-idev2.patch