CVS commit: src/sys/kern
"Christos Zoulas" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: christos Date: Thu Jun 18 20:02:21 UTC 2026 Modified Files: src/sys/kern: kern_exec.c Log Message: Prevent a DoS attack by crafted binaries that trigger KASSERTS. Change the KASSERTS into errors instead. Reported by Andrew Griffiths. To generate a diff of this commit: cvs rdiff -u -r1.532 -r1.533 src/sys/kern/kern_exec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.