bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gets() issue


From: Paul Eggert
Subject: Re: gets() issue
Date: Mon, 19 Nov 2012 14:29:56 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121029 Thunderbird/16.0.2

On 11/19/12 14:02, matimatik wrote:
> I can grep this line in it:
> 
>  extern __typeof__ (gets) gets __attribute__ ((__warning__ ("gets is a
>  security hole - use fgets instead")));

Thanks.  It appears that the problem is that
HAVE_RAW_DECL_GETS is defined, but 'gets' is
not actually being declared.  Can you find out
why HAVE_RAW_DECL_GETS is defined on your platform?
The log in <http://lists.gnu.org/archive/html/bug-gnulib/2012-11/msg00072.html>
doesn't seem to have any tests for whether 'gets'
is declared, so I'm puzzled why HAVE_RAW_DECL_GETS
would be defined on your platform.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]