K 10 svn:author V 6 rstone K 8 svn:date V 27 2016-08-18T22:59:10.724332Z K 7 svn:log V 348 Fix unlocked access to ifnet address list in_broadcast() was iterating over the ifnet address list without first taking an IF_ADDR_RLOCK. This could cause a panic if a concurrent operation modified the list. Reviewed by: bz MFC after: 2 months Sponsored by: EMC / Isilon Storage Division Differential Revision: https://reviews.freebsd.org/D7227 END