CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/03 10:53:07
Modified files:
sys/net : if_bridge.c
Log message:
An if_put() was missing in one branch of bridge_process(). This
caused a hanging "ifconfig bridge0 destroy" and a subsequent uvm
fault.
reported and tested by Hrvoje Popovski; OK visa@
