[Pkg-audacious-maintainers] Bug#647432: Acknowledgement (audacious crashes when it gets an I/O error scanning for ID3 tags)
Russell Howe
rhowe at moonfruit.com
Wed Nov 2 17:52:22 UTC 2011
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Apologies for the broken patch - Thunderbird's being stupid
- --- audacious-2.4.4/src/libaudtag/id3/id3v1.c.orig 2011-11-02 17:17:13.823242388 +0000
+++ audacious-2.4.4/src/libaudtag/id3/id3v1.c 2011-11-02 17:11:30.787244848 +0000
@@ -38,7 +38,8 @@
if (vfs_fseek(f, -355, SEEK_END))
return FALSE;
- - tag = read_char_data(f, 4);
+ if (!(tag = read_char_data(f, 4)))
+ return FALSE;
if (!strncmp(tag, "TAG+", 4))
has_id3v1_ext = TRUE;
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAEBAgAGBQJOsYNWAAoJEJ2trZuuThLOYCcH/1RbuP21ZDsI58HPoGzciQxE
1iKZRwh/dl4fcHPLS8DD0kFRdTyMsVp2vMsxPZ1EXIrwxdaAh7HSM7bLUycDnvHc
sT86tGKZKwAzPz4wxDpY3YrW56hW94MAIg2eSW9WWadk27ST1imNYFQBo/9G/ETc
rPhpXab+33xltosHi2f3H3w/bFjeeLR1A3njJwDwHfRnK+Qt7lq8OVwz+KLwX+Tq
1896J4vIl2eJx+KK0kUYB6BdwpmUPjbC+ttnv+XytM3Pyr/EOmh0qeKPrVMpxeqF
CAwHukDR44P0sK0w3e91f6FMD2fMaaN7uITrVjKFZ28phho3SEDqxEC4EphZnuc=
=Eahs
-----END PGP SIGNATURE-----
More information about the Pkg-audacious-maintainers
mailing list