commit | e241e85ad3fd50fb94666ddaa52e44cbaae47fbb | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Thu Mar 27 11:01:15 2008 +1100 |
committer | Damien Miller <djm@mindrot.org> | Thu Mar 27 11:01:15 2008 +1100 |
tree | 167d412bddfe01d0c29f1d31d6dd4a671c67b4a1 | |
parent | 7a3e1d0bc9de3af87afcfa1159b4e906efde558b [diff] |
- deraadt@cvs.openbsd.org 2008/03/24 16:11:07 [monitor_fdpass.c] msg_controllen has to be CMSG_SPACE so that the kernel can account for each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis