History log of /openbsd-src/regress/sys/kern/unfdpass/expected_overflow (Results 1 – 1 of 1)
Revision Date Author Comments
# 0616c5d4 28-Nov-2018 claudio <claudio@openbsd.org>

Test for EMSGSIZE return when sending more fds in a message then the receiver
can handle and also test the case where the reciever is using read() instead
of recvmsg() to test the unp_discard() codep

Test for EMSGSIZE return when sending more fds in a message then the receiver
can handle and also test the case where the reciever is using read() instead
of recvmsg() to test the unp_discard() codepath in the kernel. The latter test
is just instrumenting the code but has no way to check if the discarding was
successful.
OK guenther@ bluhm@

show more ...