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

(-)a/gnu/stdio.in.h (+2 lines)
Lines 139-145 Link Here
139
   so any use of gets warrants an unconditional warning.  Assume it is
139
   so any use of gets warrants an unconditional warning.  Assume it is
140
   always declared, since it is required by C89.  */
140
   always declared, since it is required by C89.  */
141
#undef gets
141
#undef gets
142
#if HAVE_RAW_DECL_GETS
142
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
143
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
144
#endif
143
145
144
#if @GNULIB_FOPEN@
146
#if @GNULIB_FOPEN@
145
# if @REPLACE_FOPEN@
147
# if @REPLACE_FOPEN@

Return to bug 424974