[qhull] 11/28: update format string security patch

Barak A. Pearlmutter barak+git at cs.nuim.ie
Thu Feb 6 14:06:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository qhull.

commit 5f59cd9f7318ff870a3ef20408415b1de54c45bd
Author: Barak A. Pearlmutter <barak+git at cs.nuim.ie>
Date:   Tue Feb 4 22:42:31 2014 +0000

    update format string security patch
---
 debian/patches/0002-format-string-security.patch | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/debian/patches/0002-format-string-security.patch b/debian/patches/0002-format-string-security.patch
index f114ff1..fc51e46 100644
--- a/debian/patches/0002-format-string-security.patch
+++ b/debian/patches/0002-format-string-security.patch
@@ -8,8 +8,9 @@ in fact no security issue.  However we will work around it anyway.
 
 Bug-Debian: http://bugs.debian.org/643461
 ---
- src/libqhull/io.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ src/libqhull/io.c       | 2 +-
+ src/testqset/testqset.c | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/src/libqhull/io.c b/src/libqhull/io.c
 index 6601ffd..fb1a7fd 100644
@@ -24,3 +25,16 @@ index 6601ffd..fb1a7fd 100644
  } /* printfacet3math */
  
  
+diff --git a/src/testqset/testqset.c b/src/testqset/testqset.c
+index 2bdcf17..309d3bf 100644
+--- a/src/testqset/testqset.c
++++ b/src/testqset/testqset.c
+@@ -214,7 +214,7 @@ void readOptions(int argc, char **argv, const char *promptstr, int *numInts, int
+     char *endp;
+ 
+     if (argc != 2 && argc != 3) {
+-        printf(promptstr);
++        printf("%s", promptstr);
+         exit(0);
+     }
+     numIntsArg= strtol(argv[1], &endp, 10);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qhull.git



More information about the debian-science-commits mailing list