CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/11 08:42:43
Modified files:
lib/libc/sys : recv.2
Log message:
On OpenBSD, recv*msg(2) can return EPERM if the ancillary data from
the other side contains a file descriptor type we don't like. We
have some protection against ridiculous types, and when running in pledge
it gets even more strict.
ok kettenis
