freebsd-dev/contrib/netbsd-tests/lib/libc/ssp
Alex Richardson c88c1f23a8 Allow ssp_test:read to pass more reliably
It appears that the stackframe layout can be slightly different depending on
compiler and target architecture. For example, when using CHERI LLVM for RISC-V
we can actually overflow the buffer by up to 8 bytes without SSP detecting it.
Fix this by increasing the overflow to 15 bytes.

Reviewed By:	ngie, emaste
Differential Revision: https://reviews.freebsd.org/D28997
2021-03-01 19:56:05 +00:00
..
h_fgets.c
h_getcwd.c
h_gets.c libc: remove gets 2019-09-01 16:12:05 +00:00
h_memcpy.c
h_memmove.c
h_memset.c Merge ^/vendor/NetBSD/tests/dist@r312294 2017-01-16 17:43:43 +00:00
h_raw.c
h_read.c Merge ^/vendor/NetBSD/tests/dist@r312294 2017-01-16 17:43:43 +00:00
h_readlink.c
h_snprintf.c
h_sprintf.c
h_stpcpy.c
h_stpncpy.c
h_strcat.c
h_strcpy.c
h_strncat.c
h_strncpy.c
h_vsnprintf.c
h_vsprintf.c
t_ssp.sh Allow ssp_test:read to pass more reliably 2021-03-01 19:56:05 +00:00