OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Theo de Raadt (deraadtcvs.openbsd.org)
Date: Sat Mar 15 2008 - 11:33:58 CDT


CVSROOT: /cvs
Module name: src
Changes by: deraadtcvs.openbsd.org 2008/03/15 10:33:58

Modified files:
        usr.sbin/bind/lib/isc/unix: privsep_fdpass.c

Log message:
Repair the simple cases for msg_controllen where it should just be
CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because
of alignment; ok kettenis hshoexer