CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2022/10/11 20:39:16
Modified files: sys/kern : kern_exec.c Log message: The sigaltstack() MAP_STACK re-map mechanism is incompatible with immutable regions, so immutable stack isn't viable yet. There are configure programs which create sigstacks upon their own stacks, and there is no simple fix for the sigaltstack mechanism... discovered by sthen and tb