Home
last modified time | relevance | path

Searched hist:c88c1f23a8989b881a5ca51223289ddb4ce74277 (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/ssp/
H A Dt_ssp.shdiff c88c1f23a8989b881a5ca51223289ddb4ce74277 Mon Mar 01 20:50:38 CET 2021 Alex Richardson <arichardson@FreeBSD.org> 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