Re: svn commit: r316179 - head/contrib/netbsd-tests/lib/libc/sys

2017-03-30 Thread Ngie Cooper (yaneurabeya)
> On Mar 29, 2017, at 14:26, Conrad Meyer wrote: > > Author: cem > Date: Wed Mar 29 21:26:13 2017 > New Revision: 316179 > URL: https://svnweb.freebsd.org/changeset/base/316179 > > Log: > t_msgsnd: Use msgsnd()'s msgsz argument correctly to avoid overflow > > msgsnd's

svn commit: r316179 - head/contrib/netbsd-tests/lib/libc/sys

2017-03-29 Thread Conrad Meyer
Author: cem Date: Wed Mar 29 21:26:13 2017 New Revision: 316179 URL: https://svnweb.freebsd.org/changeset/base/316179 Log: t_msgsnd: Use msgsnd()'s msgsz argument correctly to avoid overflow msgsnd's msgsz argument is the size of the message following the 'long' message type. Don't