CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/03/04 04:10:55
Modified files: sys/netinet : udp_usrreq.c sys/netinet6 : icmp6.c raw_ip6.c Log message: Do not check if the interface index matches the scope when all we want is to clear the damn embedded scope. At this point the receiving interface should not matter and will in the future be cleared to prevent such layer violations. This prevent exporting addresses with embedded scope to userland. Found the hardway by and ok florian@