Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 425104
Collapse All | Expand All

(-)zile-2.4.7-orig/lib/stdio.in.h (+2 lines)
Lines 714-721 Link Here
714
/* It is very rare that the developer ever has full control of stdin,
714
/* It is very rare that the developer ever has full control of stdin,
715
   so any use of gets warrants an unconditional warning.  Assume it is
715
   so any use of gets warrants an unconditional warning.  Assume it is
716
   always declared, since it is required by C89.  */
716
   always declared, since it is required by C89.  */
717
#ifdef gets
717
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
718
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
718
#endif
719
#endif
720
#endif
719
721
720
722
721
#if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
723
#if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@

Return to bug 425104