Edit

IABSD.fr/xenocara/app/xconsole

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2008-03-24 21:24:52
    Hash : d00d2dd8
    Message : 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. From deraadt@