/[base]
ViewVC logotype

Revision 241137


Jump to revision: Previous Next
Author: ache
Date: Tue Oct 2 17:44:08 2012 UTC (11 years, 9 months ago)
Changed paths: 1
Log Message:
Using putenv() and later direct pointer contents modification it is possibe
to craft environment variables with similar names like that:
a=1
a=2
...
unsetenv("a") should remove them all to make later getenv("a") impossible.
Fix it to do so (this is GNU autoconf test #3 failure too).

PR:             172273
MFC after:      1 week


Changed paths

Path Details
Directoryhead/lib/libc/stdlib/getenv.c modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.27