CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2012/07/10 02:31:51
Modified files: sys/netinet : in.c Log message: in_scrubprefix needs the same netmask checking as in_addprefix (which was added in 1.40). This fixes a pathological case where in_scrubprefix would do the wrong thing. Found and reported by glebius@FreeBSD OK bluhm@