CVS commit: src/sys/kern
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: riastradh Date: Fri Jul 10 14:32:21 UTC 2026 Modified Files: src/sys/kern: kern_event.c Log Message: kqueue(2): Tighten branch in previous change. If sleepok is true, then kmem_zalloc should never fail, and this routine is inline with constant arguments at every call site, so let's let the compiler prune dead branches for the call sites that can sleep. PR kern/60436: kqueue(2): random kernel null pointer deref in EVFILT_PROC NOTE_TRACK To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sys/kern/kern_event.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.