K 10 svn:author V 5 green K 8 svn:date V 27 2000-03-23T04:36:57.000000Z K 7 svn:log V 353 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 END