Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netkey
Module Name: src
Committed By: itojun
Date: Tue Sep 28 04:24:54 UTC 2004
Modified Files:
src/sys/netkey: key.c
Log Message:
m->m_next check here is not needed, since we make no assumption on m_len below,
and key_align() may chop mbuf into multiple mbufs.
from freebsd via kame
To generate a diff of this commit:
cvs rdiff -r1.123 -r1.124 src/sys/netkey/key.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