NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/49287 CVS commit: src/sys/kern
The following reply was made to PR kern/49287; it has been noted by GNATS.
From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/49287 CVS commit: src/sys/kern
Date: Fri, 24 Oct 2014 17:13:30 -0400
Module Name: src
Committed By: christos
Date: Fri Oct 24 21:13:30 UTC 2014
Modified Files:
src/sys/kern: kern_exec.c
Log Message:
PR/49287: David Holland: Skip the right number of bytes to go over the first
argument in the argv vector. Fixes netbsd32 script execution, where you lost
the first argument because it skipped 8 bytes instead of 4.
To generate a diff of this commit:
cvs rdiff -u -r1.408 -r1.409 src/sys/kern/kern_exec.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index