enable_hardening
authorDebichem Team <debichem-devel@lists.alioth.debian.org>
Sun, 26 May 2013 20:44:51 +0000 (21:44 +0100)
committerDebichem Team <debichem-devel@lists.alioth.debian.org>
Sun, 26 May 2013 20:44:51 +0000 (21:44 +0100)
Gbp-Pq: Name enable_hardening.patch

src/bin/libderiv/build_libderiv.c
src/bin/libint/build_libint.c
src/bin/libr12/build_libr12.c

index 3861ace75522e4c91773c492b332edcddbef46c7..dbc3295bbf60cf596303d21af8f0d8614c3610a5 100644 (file)
@@ -289,7 +289,7 @@ int main()
 
 void punt(char* str)
 {
-  printf(str);
+  printf("%s",str);
   exit(1);
 }
 
index 29eebe9bc9811a5b1b5a6e16cd8ffc01f6279728..573b64a84044fd65df857a1eb183b9c9bf6d0d6a 100644 (file)
@@ -219,7 +219,7 @@ int main()
 
 void punt(char* str)
 {
-  printf(str);
+  printf("%s",str);
   exit(1);
 }
 
index f8bb5f062f2592466a20c921e51ac0daaac29d22..bb9b9d9ddb2aee52806369a1357843a610202c5b 100644 (file)
@@ -195,7 +195,7 @@ int main()
 
 void punt(char* str)
 {
-  printf(str);
+  printf("%s",str);
   exit(1);
 }