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