Date: Wed, 22 Mar 2000 20:36:58 -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: <200003230436.UAA11988@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 2000/03/22 20:36:57 PST
Modified files: (Branch: RELENG_4)
sys/netinet in_pcb.c
sys/netinet6 in6_pcb.c
Log:
MFC:
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...
Reviewed by: shin
Revision Changes Path
1.59.2.1 +3 -2 src/sys/netinet/in_pcb.c
1.10.2.1 +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?200003230436.UAA11988>
