CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/10/10 23:45:41
Modified files:
regress/sys/kern/noexec: Makefile noexec.c
Log message:
Run noexec tests in a new thread, leveraging the fact that
pthread_create() allocates a new stack which has mutable permissions.
Allows the temporary expected failures to be dropped.
ok deraadt@
