Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2000 18:27:31 -0800 (PST)
From:      Brian Feldman <green@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet in_pcb.c src/sys/netinet6 in6_pcb.c
Message-ID:  <200003220227.SAA83004@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
green       2000/03/21 18:27:31 PST

  Modified files:
    sys/netinet          in_pcb.c 
    sys/netinet6         in6_pcb.c 
  Log:
  in6_pcb.c:
  	Remove a bogus (redundant, just weird, etc.) key_freeso(so).
  	There are no consumers of it now, nor does it seem there
  	ever will be.
  
  in6?_pcb.c:
  	Add an if (inp->in6?p_sp != NULL) before the call to
  	ipsec[46]_delete_pcbpolicy(inp).  In low-memory conditions
  	this can cause a crash because in6?_sp can be NULL...
  
  Revision  Changes    Path
  1.60      +3 -2      src/sys/netinet/in_pcb.c
  1.11      +4 -5      src/sys/netinet6/in6_pcb.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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