Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc Ticket #156
details: https://anonhg.NetBSD.org/src/rev/7240b6985e2a
branches: netbsd-7
changeset: 798462:7240b6985e2a
user: martin <martin%NetBSD.org@localhost>
date: Sat Oct 25 10:02:15 2014 +0000
description:
Ticket #156
diffstat:
doc/CHANGES-7.0 | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 96daedf08ba3 -r 7240b6985e2a doc/CHANGES-7.0
--- a/doc/CHANGES-7.0 Sat Oct 25 10:00:47 2014 +0000
+++ b/doc/CHANGES-7.0 Sat Oct 25 10:02:15 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.65 2014/10/24 23:13:22 riz Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.66 2014/10/25 10:02:15 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -1826,3 +1826,10 @@
IPsec outbound policy will not be checked when ipsec_used is false.
[hikaru, ticket #154]
+sys/kern/kern_exec.c 1.409
+
+ 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.
+ [dholland, ticket #156]
Home |
Main Index |
Thread Index |
Old Index