Received: by mail.netbsd.org (Postfix, from userid 0) id 0B9EE63B101; Wed, 3 Nov 2010 15:01:09 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 93AC663B103 for ; Wed, 3 Nov 2010 15:01:07 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7B0FF175DD; Wed, 3 Nov 2010 15:01:07 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 3 Nov 2010 11:01:07 -0400 From: "Christos Zoulas" Subject: CVS commit: src/lib/libc/stdlib To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20101103150107.7B0FF175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Christos Zoulas" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: christos Date: Wed Nov 3 15:01:07 UTC 2010 Modified Files: src/lib/libc/stdlib: getenv.c local.h putenv.c setenv.c Log Message: Handle the case where a program attempted to cleanup the environment by setting *environ = NULL; To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/stdlib/getenv.c cvs rdiff -u -r1.4 -r1.5 src/lib/libc/stdlib/local.h cvs rdiff -u -r1.17 -r1.18 src/lib/libc/stdlib/putenv.c cvs rdiff -u -r1.41 -r1.42 src/lib/libc/stdlib/setenv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.