opnsense-src/tools/regression/environ
Brian Feldman 20f492f0eb Do not gratuitously fail *env(3) operations due to corrupt ('='-less)
**environ entries.  This puts non-getenv(3) operations in line with
getenv(3) in that bad environ entries do not cause all operations to
fail.  There is still some inconsistency in that getenv(3) in the
absence of any environment-modifying operation does not emit corrupt
environ entry warnings.

I also fixed another inconsistency in getenv(3) where updating the
global environ pointer would not be reflected in the return values.
It would have taken an intermediary setenv(3)/putenv(3)/unsetenv(3)
in order to see the change.
2009-12-01 05:04:31 +00:00
..
envctl.c Do not gratuitously fail *env(3) operations due to corrupt ('='-less) 2009-12-01 05:04:31 +00:00
envtest.t Do not gratuitously fail *env(3) operations due to corrupt ('='-less) 2009-12-01 05:04:31 +00:00
Makefile Significantly reduce the memory leak as noted in BUGS section for 2007-07-04 00:00:41 +00:00
Makefile.envctl Do not gratuitously fail *env(3) operations due to corrupt ('='-less) 2009-12-01 05:04:31 +00:00
Makefile.retention Significantly reduce the memory leak as noted in BUGS section for 2007-07-04 00:00:41 +00:00
Makefile.timings Significantly reduce the memory leak as noted in BUGS section for 2007-07-04 00:00:41 +00:00
retention.c Significantly reduce the memory leak as noted in BUGS section for 2007-07-04 00:00:41 +00:00
timings.c Added environ-replacement detection. For programs that "clean" (i.e., su) 2007-07-20 23:30:13 +00:00