Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-0]: src/doc ticket 940
details: https://anonhg.NetBSD.org/src/rev/44fbe5083b88
branches: netbsd-6-0
changeset: 774848:44fbe5083b88
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sat Sep 14 13:44:48 2013 +0000
description:
ticket 940
diffstat:
doc/CHANGES-6.0.3 | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 4269ba1ca971 -r 44fbe5083b88 doc/CHANGES-6.0.3
--- a/doc/CHANGES-6.0.3 Sat Sep 14 13:44:32 2013 +0000
+++ b/doc/CHANGES-6.0.3 Sat Sep 14 13:44:48 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.3,v 1.1.2.19 2013/09/11 04:04:45 msaitoh Exp $
+# $NetBSD: CHANGES-6.0.3,v 1.1.2.20 2013/09/14 13:44:48 bouyer Exp $
A complete list of changes from the NetBSD 6.0.2 release to the NetBSD 6.0.3
release:
@@ -203,3 +203,11 @@
Avoid kernel panic caused by setting a very small bpf buffer size.
Fixes PR/48198 reported by Peter Bex.
[spz, ticket #941]
+lib/libc/stdlib/_env.c 1.8
+
+ Don't scrub the environment unless we are going to change it.
+ This should prevent crashes in applications which carefully and
+ manually construct a temporary environment and later restore the
+ original environment like Emacs 24.
+ [tron, ticket #940]
+
Home |
Main Index |
Thread Index |
Old Index