Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: seanb
Date: Thu Oct 28 14:21:51 UTC 2010
Modified Files:
src/sys/kern: uipc_mbuf.c
Log Message:
Always use m_split() in m_copyback() instead of its
local, abridged, version. This closes a window where
a new mbuf (n) can be inserted where n->m_next == n.
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/kern/uipc_mbuf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index