CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/08/01 16:21:24
Modified files: sys/kern : Tag: OPENBSD_6_1 uipc_syscalls.c Log message: When receiving a struct sockaddr from userland, enforce that memory for sa_len and sa_family is provided. This will make handling of socket name mbufs within the kernel safer. issue reported by Ilja Van Sprundel errata 020