Module Name: src Committed By: riz Date: Mon Nov 22 00:20:27 UTC 2010
Modified Files: src/lib/libc/stdlib [netbsd-5]: getenv.c Log Message: Pull up following revision(s) (requested by tron in ticket #1474): lib/libc/stdlib/getenv.c: revision 1.33 via patch - Fix a bug in getenv(3) and getenv_r(3) which would return bogus results e.g. for " getenv("A=3DB") " if an environment variable "A" with value "B=3DC" exists. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.18.26.1 src/lib/libc/stdlib/getenv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.