CVS commit: [netbsd-10] 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:52:11 UTC 2026 Modified Files: src/sys/kern [netbsd-10]: kern_exec.c Log Message: Pull up following revision(s) (requested by christos in ticket #1274): 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.518.4.2 -r1.518.4.3 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.