On i386 run-regress-ungc fails with EINVAL. It passes uninitialized
authorbluhm <bluhm@openbsd.org>
Thu, 3 Feb 2022 17:22:01 +0000 (17:22 +0000)
committerbluhm <bluhm@openbsd.org>
Thu, 3 Feb 2022 17:22:01 +0000 (17:22 +0000)
commit6e6f23069b3cf1763997924bddd8a829f975f1af
treec207af044041967ae0bdce7c2b24d1fc45e35f67
parenta989b290f507d2d31b84b3b86df22ddc8f2d30d4
On i386 run-regress-ungc fails with EINVAL.  It passes uninitialized
data from struct msghdr to system call sendmsg(2).  Fix the controllen
and make error messages unique.
OK mvs@
regress/sys/kern/unixsockets/ungc.c