CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2022/06/29 16:20:47
Modified files: sys/net : rtable.c Log message: Between the calls to art_match() and SRPL_FIRST() another CPU may remove the route from the list. In rtable_match() check if the route entry is NULL. discussed with mpi@ jmatthew@ claudio@; OK mpi@