aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/shiftx2/files/shiftx2-1.07_p20120106-format-security.patch')
-rw-r--r--sci-chemistry/shiftx2/files/shiftx2-1.07_p20120106-format-security.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-chemistry/shiftx2/files/shiftx2-1.07_p20120106-format-security.patch b/sci-chemistry/shiftx2/files/shiftx2-1.07_p20120106-format-security.patch
deleted file mode 100644
index fc4a61eb5..000000000
--- a/sci-chemistry/shiftx2/files/shiftx2-1.07_p20120106-format-security.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- modules/resmf/libc/misc.lib.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/modules/resmf/libc/misc.lib.c b/modules/resmf/libc/misc.lib.c
-index 0ef12a4..1e22424 100755
---- a/modules/resmf/libc/misc.lib.c
-+++ b/modules/resmf/libc/misc.lib.c
-@@ -71,7 +71,7 @@ void show_msg(msg)
- char *msg;
- {
-
-- fprintf(stdout, msg);
-+ fprintf(stdout, "%s", msg);
-
- } /* show_msg */
-