Date: Wed, 24 Mar 2010 03:13:24 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_exec.c Message-ID: <201003240313.o2O3DeD7043865@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nwhitehorn 2010-03-24 03:13:24 UTC
FreeBSD src repository
Modified files:
sys/kern kern_exec.c
Log:
SVN rev 205574 on 2010-03-24 03:13:24Z by nwhitehorn
The nargvstr and nenvstr properties of arginfo are ints, not longs,
so should be copied to userspace with suword32() instead of suword().
This alleviates problems on 64-bit big-endian architectures, and is a
no-op on all 32-bit architectures.
Tested on: amd64, sparc64, powerpc64
Revision Changes Path
1.341 +2 -2 src/sys/kern/kern_exec.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003240313.o2O3DeD7043865>
