NetBSD/lib/libc/ssp
mrg 032acb9ed8 make the 2nd argument to __memmove_chk() const 2020-09-05 13:37:59 +00:00
..
Makefile.inc
__builtin_object_size.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
fgets_chk.c
gets_chk.c
memcpy_chk.c void * is bad for computation, so cast to const char * first. 2015-05-13 19:57:16 +00:00
memmove_chk.c make the 2nd argument to __memmove_chk() const 2020-09-05 13:37:59 +00:00
memset_chk.c
snprintf_chk.c
sprintf_chk.c
ssp.3 It is wrong to -I/usr/include/ssp 2015-12-03 13:11:45 +00:00
stpcpy_chk.c add overlapping pointer checks 2015-05-09 15:42:21 +00:00
stpncpy_chk.c add overlapping pointer checks 2015-05-09 15:42:21 +00:00
strcat_chk.c
strcpy_chk.c add overlapping pointer checks 2015-05-09 15:42:21 +00:00
strncat_chk.c
strncpy_chk.c add overlapping pointer checks 2015-05-09 15:42:21 +00:00
vsnprintf_chk.c
vsprintf_chk.c