git: network - Fixes for wpa, general sockets.

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Sep 10 18:23:14 PDT 2010


commit e6318d168ae70dc7989315890b51cd182ceeb103
Author: Matthew Dillon <dillon at laptop2.(none)>
Date:   Sat Sep 11 09:32:24 2010 +0000

    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

Summary of changes:
 sys/kern/uipc_socket2.c |    2 ++
 sys/net/netisr.c        |   11 +++++++++--
 sys/net/raw_usrreq.c    |    6 ++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e6318d168ae70dc7989315890b51cd182ceeb103


-- 
DragonFly BSD source repository





More information about the Commits mailing list