network - Fixes for wpa, general sockets.
authorMatthew Dillon <dillon@laptop2.(none)>
Sat, 11 Sep 2010 09:32:24 +0000 (09:32 +0000)
committerMatthew Dillon <dillon@laptop2.(none)>
Sat, 11 Sep 2010 09:32:24 +0000 (09:32 +0000)
commite6318d168ae70dc7989315890b51cd182ceeb103
tree1ed25415cf46f6a49e23935fed208abf49527738
parentc6b43e93a6cf0a70bde32cd141057a0df9860e13
network - Fixes for wpa, general sockets.

* netisr_characterize() was not properly handling unknown
  characterizations (array overflow).

* The raw protocol was not MPSAFE.

* Protect kqinfo->ki_mlist in sowakeup
sys/kern/uipc_socket2.c
sys/net/netisr.c
sys/net/raw_usrreq.c