Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2006 15:15:28 +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/net raw_usrreq.c
Message-ID:  <200604091515.k39FFSYN053739@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2006-04-09 15:15:28 UTC

  FreeBSD src repository

  Modified files:
    sys/net              raw_usrreq.c 
  Log:
  Correct an assertion in raw_uattach(): this is a library call that other
  protocols invoke after allocating a PCB, so so_pcb should be non-NULL.
  It is only used by the two IPSEC implementations, so I didn't hit it in
  my testing.
  
  Reported by:    pjd
  MFC after:      3 months
  
  Revision  Changes    Path
  1.41      +6 -1      src/sys/net/raw_usrreq.c



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