CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2020/04/22 01:51:38
Modified files: sys/netinet6 : nd6.c Log message: Assert that ND6 timer is never set for RTF_LOCAL routes. Such routes have a valid link-local entry that should not be overwritten. The current assert in the timeout routine doesn't give enough information to know where the bug is, if there is still one. This should play better with syzkaller. ok claudio@, visa@ as part of a larger diff