Your message dated Thu, 10 May 2012 14:48:19 +0000
with message-id <e1ssufd-00088h...@franck.debian.org>
and subject line Bug#669290: fixed in easytag 2.1.7-2
has caused the Debian Bug report #669290,
regarding easytag: crash when searching
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
669290: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669290
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: easytag
Version: 2.1.7-1
Severity: normal
Tags: patch
Forwarded: easytag-mail...@lists.sourceforge.net
easy tag crashes when one searches due to a buffer overflow in misc.c
See the ubuntu bug:
https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/907806
Attached a bug fixing the issue by simply expanding the array to what
seems the correct size.
Description: fix out of bound array access
The list has 15 columns
Author: Julian Taylor <jtay...@ubuntu.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/907806
--- easytag-2.1.7.orig/src/misc.c
+++ easytag-2.1.7/src/misc.c
@@ -2462,16 +2462,18 @@ void Search_File (GtkWidget *search_butt
void Add_Row_To_Search_Result_List(ET_File *ETFile,const gchar *string_to_search)
{
- gchar *SearchResultList_Text[14]; // Because : 14 columns to display
- gint SearchResultList_Weight[14] = {PANGO_WEIGHT_NORMAL, PANGO_WEIGHT_NORMAL,
+ gchar *SearchResultList_Text[15]; // Because : 15 columns to display
+ gint SearchResultList_Weight[15] = {PANGO_WEIGHT_NORMAL, PANGO_WEIGHT_NORMAL,
PANGO_WEIGHT_NORMAL, PANGO_WEIGHT_NORMAL,
PANGO_WEIGHT_NORMAL, PANGO_WEIGHT_NORMAL,
PANGO_WEIGHT_NORMAL, PANGO_WEIGHT_NORMAL,
PANGO_WEIGHT_NORMAL, PANGO_WEIGHT_NORMAL,
PANGO_WEIGHT_NORMAL, PANGO_WEIGHT_NORMAL,
- PANGO_WEIGHT_NORMAL, PANGO_WEIGHT_NORMAL};
- GdkColor *SearchResultList_Color[14] = {NULL, NULL, NULL, NULL, NULL, NULL, NULL,
- NULL, NULL, NULL, NULL, NULL, NULL, NULL};
+ PANGO_WEIGHT_NORMAL, PANGO_WEIGHT_NORMAL,
+ PANGO_WEIGHT_NORMAL};
+ GdkColor *SearchResultList_Color[15] = {NULL, NULL, NULL, NULL, NULL, NULL, NULL,
+ NULL, NULL, NULL, NULL, NULL, NULL, NULL,
+ NULL};
gchar *track, *track_total;
gboolean case_sensitive;
gint column;
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: easytag
Source-Version: 2.1.7-2
We believe that the bug you reported is fixed in the latest version of
easytag, which is due to be installed in the Debian FTP archive:
easytag_2.1.7-2.debian.tar.gz
to main/e/easytag/easytag_2.1.7-2.debian.tar.gz
easytag_2.1.7-2.dsc
to main/e/easytag/easytag_2.1.7-2.dsc
easytag_2.1.7-2_amd64.deb
to main/e/easytag/easytag_2.1.7-2_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 669...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Maia Kozheva <si...@ubuntu.com> (supplier of updated easytag package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 10 May 2012 21:26:53 +0700
Source: easytag
Binary: easytag
Architecture: source amd64
Version: 2.1.7-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Maia Kozheva <si...@ubuntu.com>
Description:
easytag - viewing, editing and writing ID3 tags
Closes: 669290
Changes:
easytag (2.1.7-2) unstable; urgency=low
.
* Merge Ubuntu changes from version 2.1.7-1ubuntu2,
by Julian Taylor <jtay...@ubuntu.com>:
+ debian/rules:
- Do not fail on removing nonexistent changelog file.
+ debian/patches/fix-out-of-bound.patch:
- Fix crash on out of bounds array access. (Closes: #669290)
* debian/control, debian/copyright:
- Change upstream homepage back to resurrected SF site.
* debian/watch:
- Restore old debian/watch from before 2.1.6+git (development migrated
back to sourceforge from github).
Checksums-Sha1:
ab9c67187aa0226d63dd45bce1a471ef35bf24c7 1853 easytag_2.1.7-2.dsc
592c22f4b6853f2a178c4ae73bd7aff7d582fdde 19435 easytag_2.1.7-2.debian.tar.gz
727628df98b24d63d2909e2af8f14c285c6015ab 1029436 easytag_2.1.7-2_amd64.deb
Checksums-Sha256:
459b82917ad44a58aba7fbaca5955155986238006c69013f67be8eb11df3db8c 1853
easytag_2.1.7-2.dsc
9ae447c2dfc079f9f443e75eefb375f86c2d27bea6aeed1e03317da38a06247c 19435
easytag_2.1.7-2.debian.tar.gz
2aef4006c0179940c22de6011494803b136d27cf9cfa3dbb1e7aa240ecca9c5e 1029436
easytag_2.1.7-2_amd64.deb
Files:
05dc4354c42b836afcdb96bda2f4e890 1853 sound optional easytag_2.1.7-2.dsc
360a5f52cc6832d533ca67a1bfd22595 19435 sound optional
easytag_2.1.7-2.debian.tar.gz
b9e8ce19e9b3dec7f67dcac34603b34e 1029436 sound optional
easytag_2.1.7-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQEcBAEBCAAGBQJPq9G3AAoJEDqDNnQ69yYS3FsH/ibGtxg+QD3PcCDm0J9Cw/JB
znNBgAFlmRFqKhS74DRgJO4CpHlPw/Vmb8bUJaIT+EX40KfZo2JOY8IL6WF0sP/8
Tk5YUXgfOudybdU0sa8oHiEq1uoYG/e/FvfcFWHl2M8XlBrT1da4abPoWEib7L6Y
5gSXyXIXRq6sgpI1OTXbp7aOI2vlv3RSDdS5U5fm7jv9KXvHrm1QvwjkdsCDH+sN
4v5YkgG0YOcDjYl4tO9nEmNXSHRMj8dSHXgov6vyI0EWou8+hDbCx6Bp0iHUWTqu
pKBMdTcbNcwzpxVxTrljylPNT/DcGEujQ1M4Jqr4n9FNsdikGdJzhyiHDvG13qY=
=bIyK
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers