Module Name: src Committed By: bouyer Date: Sat Sep 14 13:43:52 UTC 2013
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: ticket 940 To generate a diff of this commit: cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-6.2 diff -u src/doc/CHANGES-6.2:1.1.2.36 src/doc/CHANGES-6.2:1.1.2.37 --- src/doc/CHANGES-6.2:1.1.2.36 Fri Sep 13 04:15:36 2013 +++ src/doc/CHANGES-6.2 Sat Sep 14 13:43:52 2013 @@ -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 @@ sys/net/npf/npf_inet.c 1.23 - 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] +