[adios] 80/207: More bad strings

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:41 UTC 2015


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

mckinstry pushed a commit to branch master
in repository adios.

commit 60d772972e2663f351e572f0953a47593235cacb
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Feb 17 09:51:31 2014 +0000

    More bad strings
---
 debian/patches/security.patch | 35 +++++++++++++++++++++++++++++++++--
 1 file changed, 33 insertions(+), 2 deletions(-)

diff --git a/debian/patches/security.patch b/debian/patches/security.patch
index 198b032..69c1db1 100644
--- a/debian/patches/security.patch
+++ b/debian/patches/security.patch
@@ -1,7 +1,7 @@
 Index: adios-1.6.0/utils/bpls/bpls.c
 ===================================================================
---- adios-1.6.0.orig/utils/bpls/bpls.c	2014-02-17 09:37:03.277019645 +0000
-+++ adios-1.6.0/utils/bpls/bpls.c	2014-02-17 09:37:03.273021079 +0000
+--- adios-1.6.0.orig/utils/bpls/bpls.c	2014-02-17 09:42:30.000000000 +0000
++++ adios-1.6.0/utils/bpls/bpls.c	2014-02-17 09:42:33.000000000 +0000
 @@ -388,7 +388,7 @@
  
  
@@ -38,3 +38,34 @@ Index: adios-1.6.0/utils/bpls/bpls.c
              break;
  
  
+Index: adios-1.6.0/utils/skeldump/skeldump.c
+===================================================================
+--- adios-1.6.0.orig/utils/skeldump/skeldump.c	2014-02-17 09:42:30.000000000 +0000
++++ adios-1.6.0/utils/skeldump/skeldump.c	2014-02-17 09:49:39.247429839 +0000
+@@ -919,7 +919,7 @@
+     strcat(xtics, ")\n");
+ 
+     fprintf(out_plot, "start = -0.5\npos(x) = start + x * 1\nset boxwidth 1\nset style fill solid border 5#5lt6#6\n");
+-    fprintf(out_plot, xtics);
++    fprintf(out_plot, "%s",xtics);
+     fprintf(out_plot, "plot '%s' using 3 smooth frequency w boxes\n", hist_file);
+     fprintf(out_plot, "pause -1 'Press Enter to quit'\n");
+ }
+@@ -1498,7 +1498,7 @@
+ 
+         case adios_long_double:
+             //fprintf(outf,(f ? format : "%g "), ((double *) data)[item]);
+-            fprintf(outf,(f ? format : "????????"));
++            fprintf(outf,"%s", (f ? format : "????????"));
+             break;
+ 
+             // TO DO
+@@ -1566,7 +1566,7 @@
+ 
+         case adios_long_double:
+             //fprintf(outf,(f ? format : "%g "), ((double *) data)[item]);
+-            fprintf(outf,(f ? format : "????????"));
++            fprintf(outf,"%s", (f ? format : "????????"));
+             break;
+ 
+ 

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



More information about the debian-science-commits mailing list