[packages/z88dk] - compilation fix

witekfl witekfl at pld-linux.org
Thu Mar 14 16:12:05 CET 2013


commit a0fee0423cddeae970de9494039e490a7a16672f
Author: witekfl <witekfl at poczta.onet.pl>
Date:   Thu Mar 14 16:11:16 2013 +0100

    - compilation fix

 z88dk-format_security.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/z88dk-format_security.patch b/z88dk-format_security.patch
new file mode 100644
index 0000000..0730b06
--- /dev/null
+++ b/z88dk-format_security.patch
@@ -0,0 +1,11 @@
+--- z88dk/src/z80asm/die.c.old	2013-03-14 16:05:23.173003307 +0100
++++ z88dk/src/z80asm/die.c	2013-03-14 16:05:47.210041707 +0100
+@@ -66,7 +66,7 @@ void die( e4c_exception_type exception,
+ 
+     sstr_vfset( errstr, msg, argptr );   /* build message */
+ 
+-    fprintf( stderr, sstr_data( errstr ) );
++    fputs( sstr_data( errstr ), stderr );
+     throw( exception, sstr_data( errstr ) );
+ }
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/z88dk.git/commitdiff/7371dda04638cbbb1a8bed2f37dd0d635ace8d05



More information about the pld-cvs-commit mailing list