CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/02/21 15:21:20
Modified files:
sys/net : route.c
Log message:
Move kassert from resolve to add case in rtrequest().
In case RTM_RESOLVE there is already an assertion about ifa_ifp !=
NULL. Move it down after the fallthrough to cover also RTM_ADD.
This should give a better hint from syzkaller what is going wrong.
Reported-by: [email protected]
OK claudio@
