DragonFly commits List (threaded) for 2006-12
DragonFly BSD
DragonFly commits List (threaded) for 2006-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/netproto/ipsec key.c


From: Jeffrey Hsu <hsu@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 2 Dec 2006 19:16:24 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]