|
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 (miod
cvs.openbsd.org)
Date: Sat Sep 05 2009 - 05:28:43 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: miod
cvs.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.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]