K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-03-21T08:43:38.514899Z K 7 svn:log V 265 in6_pcblookup_local() still can return a pcb with NULL inp_socket. To avoid panic, do not dereference inp_socket, but obtain reuse port option from inp_flags2, like this is done after next call to in_pcblookup_local() a few lines down below. Submitted by: rwatson END