r9477 - in /desktop/unstable/ekiga/debian: changelog patches/00list
patches/90_va-args-double-use.dpatch
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Mon Apr 2 10:08:19 UTC 2007
Author: lool
Date: Mon Apr 2 10:08:19 2007
New Revision: 9477
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9477
Log:
* New dpatch, 90_va-args-double-use, fixes immediate crash on startup on
amd64 due to double use of va args; GNOME #418991; SVN r5004;
closes: #415731, #416634.
Added:
desktop/unstable/ekiga/debian/patches/90_va-args-double-use.dpatch (with props)
Modified:
desktop/unstable/ekiga/debian/changelog
desktop/unstable/ekiga/debian/patches/00list
Modified: desktop/unstable/ekiga/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/changelog?rev=9477&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/changelog (original)
+++ desktop/unstable/ekiga/debian/changelog Mon Apr 2 10:08:19 2007
@@ -1,3 +1,11 @@
+ekiga (2.0.3-6) UNRELEASED; urgency=high
+
+ * New dpatch, 90_va-args-double-use, fixes immediate crash on startup on
+ amd64 due to double use of va args; GNOME #418991; SVN r5004;
+ closes: #415731, #416634.
+
+ -- Loic Minier <lool at dooz.org> Mon, 02 Apr 2007 11:57:46 +0200
+
ekiga (2.0.3-5) unstable; urgency=high
* SECURITY: New dpatch, 51_fix-format-strings, supersedes dpatch
Modified: desktop/unstable/ekiga/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/patches/00list?rev=9477&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/patches/00list (original)
+++ desktop/unstable/ekiga/debian/patches/00list Mon Apr 2 10:08:19 2007
@@ -2,3 +2,4 @@
#recvers
trayicon_transparency
51_fix-format-strings
+90_va-args-double-use
Added: desktop/unstable/ekiga/debian/patches/90_va-args-double-use.dpatch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/patches/90_va-args-double-use.dpatch?rev=9477&op=file
==============================================================================
--- desktop/unstable/ekiga/debian/patches/90_va-args-double-use.dpatch (added)
+++ desktop/unstable/ekiga/debian/patches/90_va-args-double-use.dpatch Mon Apr 2 10:08:19 2007
@@ -1,0 +1,26 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 90_va-args-double-use.dpatch by Loic Minier <lool at dooz.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP:
+## DP: GNOME #418991; SVN r5004; Debian #415731, #416634; fixes immediate crash
+## DP: on startup on amd64 due to double use of va args.
+## DP:
+## DP: 2007-03-19 Damien Sandras <dsandras at gnome.org>
+## DP:
+## DP: * lib/gui/gmdialog.c: Fixed possible crash when displaying warning
+## DP: dialogs thanks to Robin Putters (robin putters gmail com) (fixes
+## DP: #418991.
+
+ at DPATCH@
+diff -urNad ekiga-2.0.3~/lib/gui/gmdialog.c ekiga-2.0.3/lib/gui/gmdialog.c
+--- ekiga-2.0.3~/lib/gui/gmdialog.c 2006-03-12 16:46:42.000000000 +0100
++++ ekiga-2.0.3/lib/gui/gmdialog.c 2007-04-02 12:06:21.000000000 +0200
+@@ -471,7 +471,6 @@
+ prim_text =
+ g_strdup_printf ("<span weight=\"bold\" size=\"larger\">%s</span>",
+ primary_text);
+- vsnprintf (buffer, 1024, format, args);
+
+ dialog_text =
+ g_strdup_printf ("%s\n\n%s", prim_text, buffer);
Propchange: desktop/unstable/ekiga/debian/patches/90_va-args-double-use.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the pkg-gnome-commits
mailing list