[adios] 37/207: more pointless security warnings

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:31 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 dabe9af22719f94ac423ae927c4f988d0f1000df
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Mar 5 13:40:01 2012 +0000

    more pointless security warnings
---
 debian/patches/security.patch | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/debian/patches/security.patch b/debian/patches/security.patch
index 571c8e4..40d69e9 100644
--- a/debian/patches/security.patch
+++ b/debian/patches/security.patch
@@ -1,7 +1,7 @@
 Index: adios-1.3/utils/bpls/bpls.c
 ===================================================================
---- adios-1.3.orig/utils/bpls/bpls.c	2011-09-14 15:44:46.000000000 +0100
-+++ adios-1.3/utils/bpls/bpls.c	2012-03-05 13:21:36.000000000 +0000
+--- adios-1.3.orig/utils/bpls/bpls.c	2012-03-05 13:29:15.000000000 +0000
++++ adios-1.3/utils/bpls/bpls.c	2012-03-05 13:39:11.000000000 +0000
 @@ -364,7 +364,7 @@
  
  
@@ -20,3 +20,21 @@ Index: adios-1.3/utils/bpls/bpls.c
      fprintf(out_plot, "plot '%s' using 3 smooth frequency w boxes\n", hist_file);
      fprintf(out_plot, "pause -1 'Press Enter to quit'\n");
  }
+@@ -1283,7 +1283,7 @@
+ 
+         case adios_long_double:
+             //fprintf(outf,(f ? format : "%g "), ((double *) data)[item]);
+-            fprintf(outf,(f ? format : "????????"));
++            fprintf(outf,(f,"%s", ? format : "????????"));
+             break;
+ 
+             // TO DO
+@@ -1351,7 +1351,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