CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2009/02/25 10:09:55

Modified files:
        usr.sbin/dvmrpd: control.c 
        usr.sbin/ospf6d: control.c 
        usr.sbin/ospfd : control.c 
        usr.sbin/relayd: control.c 
        usr.sbin/ripd  : control.c 
        usr.sbin/snmpd : control.c 

Log message:
Fix an invalid pointer dereference in control_close(). If control_connbyfd()
fails -- which should never happen -- the function does not return and is
accession the NULL set control pointer later on.
Found by Matthew Haub. OK deraadt@

Reply via email to