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

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Mon Mar 4 11:41:50 UTC 2013


The following commit has been merged in the master branch:
commit 0b3fd8ba9ca637577dfd533c5a76695ca4ecbac0
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Mon Mar 4 12:28:08 2013 +0100

    debian/patches/: #0010 fixed
    
    Wrong position of security flag ;-)
    
    Git-Dch: Ignore

diff --git a/debian/patches/0010-fix_format-security_issue.patch b/debian/patches/0010-fix_format-security_issue.patch
index 948524e..5d52b1b 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("%s", str_p, sizeof(str), IFACE_("Shrink/Fatten:"));
++	str_p += BLI_snprintf(str_p, sizeof(str), "%s", 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