CVS: cvs.openbsd.org: src
Daniel Dickman <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/23 11:06:56 Modified files: sys/kern : kern_sig.c Log message: clear the SA_ONSTACK flag following a successful call to exec During the 4.4BSD conversion from sigstack to sigaltstack one too many lines of code may have been deleted. See: SCCS rev 7.44 Restore the missing line and the historical BSD behaviour and match the requirement stated in the XSI specification for exec. Flagged by Sortix os-test. ok deraadt@