fix for setenv bogus var argument handling
authorRich Felker <dalias@aerifal.cx>
Fri, 29 Jul 2011 00:43:40 +0000 (20:43 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 29 Jul 2011 00:43:40 +0000 (20:43 -0400)
commit649af9f73a84aa45742324d44384a873c8709915
tree6c3c0853bf1515ba2d6750988bc374601ae94eb8
parente01ac67599dea1fd78a1bd1a0339a1da07dc9578
fix for setenv bogus var argument handling

thanks to mikachu

per POSIX:

The setenv() function shall fail if:

[EINVAL] The name argument is a null pointer, points to an empty
string, or points to a string containing an '=' character.
src/env/setenv.c