K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-04-14T10:36:43.506249Z K 7 svn:log V 291 Merge 233272: 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