Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Sep 2004 02:01:27 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netipsec key.c
Message-ID:  <200409260201.i8Q21Rai060844@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2004-09-26 02:01:27 UTC

  FreeBSD src repository

  Modified files:
    sys/netipsec         key.c 
  Log:
  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.17      +0 -5      src/sys/netipsec/key.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409260201.i8Q21Rai060844>