cvs commit: src/sys/netproto/ipsec key.c
Jeffrey Hsu
hsu at crater.dragonflybsd.org
Sat Dec 2 19:17:33 PST 2006
hsu 2006/12/02 19:16:24 PST
DragonFly src repository
Modified files:
sys/netproto/ipsec key.c
Log:
Apply FreeBSD rev 1.17:
date: 2004-09-25 19:01:27 -0700; author: sam; state: Exp; lines: +0 -5;
Correct handling of SADB_UPDATE and SADB_ADD requests. key_align may split
the mbuf due to use of m_pulldown. Discarding the result because of this
does not make sense as no subsequent code depends on the entire msg being
linearized (only the individual pieces). It's likely something else is wrong
here but for now this appears to get things back to a working state.
Submitted by: Roselyn Lee
Revision Changes Path
1.23 +0 -5 src/sys/netproto/ipsec/key.c
http://www.dragonflybsd.org/cvsweb/src/sys/netproto/ipsec/key.c.diff?r1=1.22&r2=1.23&f=u
More information about the Commits
mailing list