DragonFly BSD
DragonFly commits List (threaded) for 2010-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: network - Fixes for wpa, general sockets.


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 10 Sep 2010 18:22:34 -0700 (PDT)

commit e6318d168ae70dc7989315890b51cd182ceeb103
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]