CVS commit: [netbsd-11] src/sys/kern
"Martin Husemann" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: martin Date: Sat Jun 27 09:50:57 UTC 2026 Modified Files: src/sys/kern [netbsd-11]: kern_exec.c Log Message: Pull up following revision(s) (requested by christos in ticket #314): sys/kern/kern_exec.c: revision 1.533 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.531 -r1.531.2.1 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.