Jonas 'Sortie' Termansen
|
87fee95949
|
Fix setenv(3) error case.
|
2014-09-25 17:27:54 +02:00 |
|
Jonas 'Sortie' Termansen
|
40fd0fa3dc
|
Fix the environment functions not rejecting the empty name.
Found by musl's libc-test.
|
2014-08-23 21:47:04 +02:00 |
|
Jonas 'Sortie' Termansen
|
a8b8514272
|
Fix clearenv(3) leaving internal pointer alive after free.
This causes use-after-free and double-free bugs when other environment
functions are subsequently called.
|
2014-08-23 21:04:39 +02:00 |
|
Jonas 'Sortie' Termansen
|
e91cde379a
|
Rewrite getenv(3), setenv(3), unsetenv(3) and clearenv(3).
|
2014-03-17 19:22:11 +01:00 |
|