summaryrefslogtreecommitdiff
path: root/tests/sys/vm/stack/stack_mprotect_exec_test.c
AgeCommit message (Collapse)Author
2023-08-24tests: Handle SIGSEGV in the vm stack mprotect exec testDmitry Chagin
To exit gracefully handle SIGSEGV and mark the test as failed. MFC after: 3 days
2023-08-08tests: Add stack grows testsDmitry Chagin
Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D41320 MFC after: 2 weeks