K 10 svn:author V 5 mmacy K 8 svn:date V 27 2018-05-06T20:32:47.459494Z K 7 svn:log V 225 The ifnet pointer (ifp) in rt_newaddrmsg can be valid without ifp->if_addr being set if if the ifnet is still live by way of a reference but in line for deletion. Check ifp->if_addr before dereferencing. Approved by: sbruno END