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

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

Return to bug 426632