CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2016/01/07 22:50:08
Modified files: sys/kern : uipc_syscalls.c Log message: On the recvmsg() side, cmsgs are in mbuf chains, not a contiguous buffer. ktrace each cmsg instead of reading beyond the end of the first cmsg. problem report and testing by abieber@ ok millert@ deraadt@