2012-07-08 15:50:36 +00:00
|
|
|
--- a/lib/stdio.in.h
|
|
|
|
+++ b/lib/stdio.in.h
|
2013-09-24 20:01:02 +00:00
|
|
|
@@ -705,13 +705,6 @@ _GL_WARN_ON_USE (getline, "getline is un
|
2013-02-28 00:52:34 +00:00
|
|
|
# endif
|
2012-07-08 15:50:36 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
-/* It is very rare that the developer ever has full control of stdin,
|
2013-02-28 00:52:34 +00:00
|
|
|
- so any use of gets warrants an unconditional warning; besides, C11
|
|
|
|
- removed it. */
|
2012-07-08 15:50:36 +00:00
|
|
|
-#undef gets
|
2013-02-28 00:52:34 +00:00
|
|
|
-#if HAVE_RAW_DECL_GETS
|
2012-07-08 15:50:36 +00:00
|
|
|
-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
|
2013-02-28 00:52:34 +00:00
|
|
|
-#endif
|
|
|
|
|
|
|
|
|
|
|
|
#if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
|