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: Miod Vallat (miodcvs.openbsd.org)
Date: Sat Sep 05 2009 - 05:28:43 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2009/09/05 04:28:43

Modified files:
        sys/compat/ibcs2: ibcs2_misc.c
        sys/compat/linux: linux_ipc.c linux_misc.c linux_socket.c

Log message:
Fix various cases of stackgap_alloc() size arguments not being computed
correctly, usually yielding the right value on 32 bit machines because
sizeof int == sizeof pointer.