[SCM] blender/master: Revert "debian/patches/: #0010 fixed"

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Mon Mar 4 17:06:49 UTC 2013


The following commit has been merged in the master branch:
commit bcdb9752db0ee851965265758f3695a32a939484
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Mon Mar 4 18:03:40 2013 +0100

    Revert "debian/patches/: #0010 fixed"
    
    For now, I keep the old solution to format-security issue.
    The package builds fine. It will be re-worked once
    I've figured out how to manage it in a better way.
    
    Git-Dch: Ignore

diff --git a/debian/patches/0010-fix_format-security_issue.patch b/debian/patches/0010-fix_format-security_issue.patch
index 5d52b1b..948524e 100644
--- a/debian/patches/0010-fix_format-security_issue.patch
+++ b/debian/patches/0010-fix_format-security_issue.patch
@@ -31,7 +31,7 @@ index ea82ebb..4c6b494 100644
  	/* header print for NumInput */
  	str_p = str;
 -	str_p += BLI_snprintf(str_p, sizeof(str), IFACE_("Shrink/Fatten:"));
-+	str_p += BLI_snprintf(str_p, sizeof(str), "%s", IFACE_("Shrink/Fatten:"));
++	str_p += BLI_snprintf("%s", str_p, sizeof(str), IFACE_("Shrink/Fatten:"));
  	if (hasNumInput(&t->num)) {
  		char c[NUM_STR_REP_LEN];
  		outputNumInput(&(t->num), c);

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list