Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2006 10:16:39 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet6 ipsec.c
Message-ID:  <200603281016.k2SAGdtL011459@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2006-03-28 10:16:39 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         ipsec.c 
  Log:
  Remove manual assignment of m_pkthdr from one mbuf to another in
  ipsec_copypkt(), as this is already handled by the call to M_MOVE_PKTHDR(),
  which also knows how to correctly handle MAC m_tags.  This corrects a panic
  when running with MAC and KAME IPSEC.
  
  PR:             kern/94599
  Submitted by:   zhouyi zhou <zhouyi04 at ios dot cn>
  Reviewed by:    bz
  MFC after:      3 days
  
  Revision  Changes    Path
  1.44      +0 -9      src/sys/netinet6/ipsec.c



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