Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andrea Scarpino (BaSh)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

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)
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.

Loading...