e_sys - fix busy spin problem with security clamp-down

This commit is contained in:
Carsten Haitzler 2013-12-06 09:19:08 +09:00
parent 84fcee308a
commit 9456e88504
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ main(int argc,
p = strchr(tmp, '=');
if (!p) abort();
*p = 0;
NOENV(p);
NOENV(tmp);
free(tmp);
/* and mark our do to try again from the start in case
* unsetenv changes environ ptr */