18 lines
597 B
Diff
18 lines
597 B
Diff
|
Index: wget-1.13.4/lib/stdio.in.h
|
||
|
===================================================================
|
||
|
--- wget-1.13.4.orig/lib/stdio.in.h
|
||
|
+++ wget-1.13.4/lib/stdio.in.h
|
||
|
@@ -694,10 +694,12 @@ _GL_CXXALIAS_SYS (gets, char *, (char *s
|
||
|
# undef gets
|
||
|
# endif
|
||
|
_GL_CXXALIASWARN (gets);
|
||
|
+# if HAVE_RAW_DECL_GETS
|
||
|
/* It is very rare that the developer ever has full control of stdin,
|
||
|
so any use of gets warrants an unconditional warning. Assume it is
|
||
|
always declared, since it is required by C89. */
|
||
|
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
|
||
|
+# endif
|
||
|
#endif
|
||
|
|
||
|
|