[SCM] easytag/master: Drop fix-rm-out-of-bound.patch, applied upstream.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Oct 11 16:00:55 UTC 2013


The following commit has been merged in the master branch:
commit 16274c36145e14052ad0151c314352fadcac410d
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Oct 11 17:00:04 2013 +0100

    Drop fix-rm-out-of-bound.patch, applied upstream.

diff --git a/debian/patches/fix-out-of-bound.patch b/debian/patches/fix-out-of-bound.patch
deleted file mode 100644
index 66bb651..0000000
--- a/debian/patches/fix-out-of-bound.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: fix out of bound array access
- The list has 15 columns
-Author: Julian Taylor <jtaylor at ubuntu.com>
-Forwarded: easytag-mailing at lists.sourceforge.net
-Bug-Ubuntu: https://bugs.launchpad.net/bugs/907806
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669290
----
---- 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;
diff --git a/debian/patches/series b/debian/patches/series
index e261a41..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-fix-out-of-bound.patch

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list