CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2019/05/13 12:14:05

Modified files:
        sys/net        : if_bridge.c 

Log message:
Deal with the case where bridge_getbif() can return NULL.

Since `bif' are removed from the interface list before calling smr_barrier()
and the hash queue is cleaned up afterward, it is possible to find an ifidx
with bridge_rtlookup() that won't match to any `bif'.

Fix a panic reported by Hrvoje Popovski, ok visa@

Reply via email to