CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/17 13:46:12
Modified files:
usr.bin/kdump : ktrstruct.c
Log message:
Be more careful when dumping cmsghdr struct. In the SCM_RIGHTS case an
extra check for a truncated cmsghdr needs to be done since the embeded
lenght may be longer than the supplied buffer (MSG_CTRUNC case).
OK deraadt@
