CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2017/08/11 13:53:02

Modified files:
        sys/kern       : uipc_usrreq.c 
        sys/netinet    : in.c in.h in_pcb.c raw_ip.c udp_usrreq.c 
        sys/netinet6   : in6.c in6.h in6_pcb.c raw_ip6.c udp6_output.c 

Log message:
Validate sockaddr from userland in central functions.  This results
in common checks for unix, inet, inet6 instead of partial checks
here and there.  Some checks are already done at a higher layer,
but better be paranoid with user input.
OK claudio@ millert@

Reply via email to