NetBSD/lib/libc/ssp
wiz 01869ca4d2 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
..
Makefile.inc add __stpncpy_chk 2014-04-06 19:29:37 +00:00
__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 avoid linker warning for compat symbols that are used internally in libc, 2013-10-04 20:49:16 +00:00
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 Provide explicit prototypes in case HAVE_SSP=no. 2014-09-17 00:39:28 +00:00
memset_chk.c Provide explicit prototypes in case HAVE_SSP=no. 2014-09-17 00:39:28 +00:00
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 Provide explicit prototypes in case HAVE_SSP=no. 2014-09-17 00:39:28 +00:00
strcpy_chk.c add overlapping pointer checks 2015-05-09 15:42:21 +00:00
strncat_chk.c Provide explicit prototypes in case HAVE_SSP=no. 2014-09-17 00:39:28 +00:00
strncpy_chk.c add overlapping pointer checks 2015-05-09 15:42:21 +00:00
vsnprintf_chk.c
vsprintf_chk.c