Re: Building libssp on a system without gets()

2019-06-09 Thread Gerald Pfeifer
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 * >

Re: Building libssp on a system without gets()

2018-08-05 Thread Florian Weimer
* 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_

Building libssp on a system without gets()

2018-08-05 Thread Gerald Pfeifer
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