CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/01 14:24:29
Modified files:
sys/dev/usb : if_umb.c
Log message:
Call rtm_send() with netlock held to protect dereference of sockaddr
structure data returned by rtable_getsource(). Netlock can't be pushed
within rtm_send() because we have paths where caller already holds it.
tested by jca
ok bluhm jca
