CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2014/01/07 10:07:46
Modified files: sys/netinet : tcp_input.c sys/netinet6 : icmp6.c in6_src.c nd6.c nd6.h nd6_nbr.c nd6_rtr.c Log message: Propagate an rdomain number to the nd6_lookup independently from the ifp pointer which can be NULL. This prevents a crash reported by David Hill <dhill at mindcry ! org>. OK bluhm