Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6-1]: src/doc ticket 940



details:   https://anonhg.NetBSD.org/src/rev/17e8b3eb3a93
branches:  netbsd-6-1
changeset: 775841:17e8b3eb3a93
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Sep 14 13:45:27 2013 +0000

description:
ticket 940

diffstat:

 doc/CHANGES-6.1.2 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r cf29ddaa1514 -r 17e8b3eb3a93 doc/CHANGES-6.1.2
--- a/doc/CHANGES-6.1.2 Sat Sep 14 13:45:13 2013 +0000
+++ b/doc/CHANGES-6.1.2 Sat Sep 14 13:45:27 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.2,v 1.1.2.4 2013/09/13 04:18:50 msaitoh Exp $
+# $NetBSD: CHANGES-6.1.2,v 1.1.2.5 2013/09/14 13:45:27 bouyer Exp $
 
 A complete list of changes from the NetBSD 6.1.1 release to the NetBSD 6.1.2
 release:
@@ -55,3 +55,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