sam 2005-03-26 21:49:43 UTC
FreeBSD src repository
Modified files:
sys/net rtsock.c
Log:
rt_newaddrmsg will blow up if given something other than RTM_ADD
or RTM_DELETE; add an assertion, may want to do something more
heavyhanded in the future
Noticed by: Coverity Prevent analysis tool
Reviewed by: mdodd
Revision Changes Path
1.122 +3 -0 src/sys/net/rtsock.c