Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-06 | env: avoid leaving dangling pointers in __env_map | Alexander Monakov | 1 | -0/+1 | |
This is the minimal fix for __putenv leaving a pointer to freed heap storage in __env_map array, which could later on lead to errors such as double-free. | |||||
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 1 | -2/+0 | |
2012-10-21 | as an extension, have putenv("VAR") behave as unsetenv("VAR") | Rich Felker | 1 | -5/+5 | |
the behavior of putenv is left undefined if the argument does not contain an equal sign, but traditional implementations behave this way and gnulib replaces putenv if it doesn't do this. | |||||
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+59 | |