CVS commit: src/sys/compat/netbsd32
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: riastradh Date: Sat Jun 27 20:33:17 UTC 2026 Modified Files: src/sys/compat/netbsd32: netbsd32_socket.c Log Message: compat32: Fix accidental use of error branch in recvmsg(2). Avoids use-after-free / double-free. PR kern/60373: compat32: kernel use-after-free in recvmsg To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/compat/netbsd32/netbsd32_socket.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.