[packages/gdome2] - compilation fix

witekfl witekfl at pld-linux.org
Thu Jan 16 14:03:46 CET 2014


commit 2f99d7959da0f71dcfb308ce97ae05cb54b67ff4
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Thu Jan 16 14:02:58 2014 +0100

    - compilation fix

 format-security.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/format-security.patch b/format-security.patch
new file mode 100644
index 0000000..08d3d44
--- /dev/null
+++ b/format-security.patch
@@ -0,0 +1,11 @@
+--- gdome2-0.8.1/test/bench.c.orig	2014-01-16 13:56:54.982592291 +0100
++++ gdome2-0.8.1/test/bench.c	2014-01-16 13:57:38.962349831 +0100
+@@ -81,7 +81,7 @@ void traversal (GdomeElement *el) {
+ 			break;
+ 		case GDOME_TEXT_NODE:
+ 			str = gdome_t_data ((GdomeText *)child, &exc);
+-			printf (str->str);
++			fputs (str->str, stdout);
+ 			gdome_str_unref (str);
+ 			break;
+ 		}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gdome2.git/commitdiff/a1d0578bb624036e616563933366153c2513d639



More information about the pld-cvs-commit mailing list