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: Todd C. Miller (millertcvs.openbsd.org)
Date: Thu Jul 15 2004 - 06:00:12 CDT


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2004/07/15 05:00:12

Modified files:
        sys/compat/common: kern_ipc_35.c

Log message:
In cvt_ds, copy from the address of the first element past the
struct ipc_perm instead of using sizeof to figure out the offset.
Might make a difference for architectures with strict alignment if
someone changes this from bcopy to memcpy and gcc inlines it.