On Sun, 5 Aug 2018, Florian Weimer wrote:
>> some folks in FreeBSD-land have worked to remove all uses of gets()
>> and in fact the gets() function itself.
>>
>> Generally GCC builds just fine in such an environment, except for
>> libssp where libssp/gets-chk.c has the following:
>>
>>char *
>
* Gerald Pfeifer:
> some folks in FreeBSD-land have worked to remove all uses of gets()
> and in fact the gets() function itself.
>
> Generally GCC builds just fine in such an environment, except for
> libssp where libssp/gets-chk.c has the following:
>
>char *
>__gets_chk (char *s, size_
Hi Jakub,
some folks in FreeBSD-land have worked to remove all uses of gets()
and in fact the gets() function itself.
Generally GCC builds just fine in such an environment, except for
libssp where libssp/gets-chk.c has the following:
char *
__gets_chk (char *s, size_t slen)
{
char