[packages/opie] - compilation fix
witekfl
witekfl at pld-linux.org
Mon Jan 13 18:38:27 CET 2014
commit 1c71b59b1dca0a5678f62ce53962c650e6be52b8
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Mon Jan 13 18:37:35 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..c7b6d08
--- /dev/null
+++ b/format-security.patch
@@ -0,0 +1,11 @@
+--- opie-2.4/opielogin.c.orig 2014-01-13 18:29:18.466354003 +0100
++++ opie-2.4/opielogin.c 2014-01-13 18:30:05.887087343 +0100
+@@ -300,7 +300,7 @@ static VOIDRET getloginname FUNCTION_NOA
+ flags = 4;
+ first--;
+ } else
+- printf(ttyprompt);
++ fputs(ttyprompt, stdout);
+ } else
+ printf("login: ");
+ fflush(stdout);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/opie.git/commitdiff/a31d8df683a4acb04b60e943fb138197a30d40b6
More information about the pld-cvs-commit
mailing list