CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 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: syzbot+f77fe03091e5efd9a...@syzkaller.appspotmail.com OK claudio@