CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/18 08:48:27
Modified files:
sys/dev/usb : if_umb.c
Log message:
Grab the netlock in umb_state_task() and umb_decode_ip_configuration()
when calling in_ioctl(). These ioctls modify the routing table,
which is global. So they need the lock.
Found with Zaur Molotnikov's static lock analyzer.
OK gerhard@ mpi@
