Module Name: src Committed By: martin Date: Tue Dec 20 09:56:28 UTC 2022
Modified Files: src/sys/nfs [netbsd-9]: nfs_srvsocket.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1555): sys/nfs/nfs_srvsocket.c: revision 1.5 When partitioning a mbuf chain with m_split() the last mbuf of the returned tail chain is not necessarily the same as the last mbuf of the initial chain. Always set "slp->ns_rawend" to the last mbuf of the tail chain to prevent mbuf leaks and corruption. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.68.1 src/sys/nfs/nfs_srvsocket.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.