Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc ticket 940
details: https://anonhg.NetBSD.org/src/rev/be2b9f7f1622
branches: netbsd-6
changeset: 776439:be2b9f7f1622
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sat Sep 14 13:43:52 2013 +0000
description:
ticket 940
diffstat:
doc/CHANGES-6.2 | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 72eeea3d66ae -r be2b9f7f1622 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2 Sat Sep 14 13:43:27 2013 +0000
+++ b/doc/CHANGES-6.2 Sat Sep 14 13:43:52 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.36 2013/09/13 04:15:36 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.37 2013/09/14 13:43:52 bouyer Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -694,3 +694,11 @@
- npf_cache_all: clear NBUF_DATAREF_RESET since npf_cache_ip() handles
it.
[riz, ticket #942]
+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