[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: xenocara
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: xenocara
- From: Matthieu Herrb <matthieu_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Mon, 24 Mar 2008 15:24:52 -0600 (MDT)
CVSROOT: /cvs
Module name: xenocara
Changes by: matthieu_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2008/03/24 15:24:52
Modified files:
app/xconsole : privsep.c
xserver/os : privsep.c
Log 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@
Visit your host, monkey.org