FreeBSD Bugzilla – Attachment 128413 Details for
Bug 172273
unsetenv(3) issue according to autoconf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
getenv.patch
getenv.patch (text/plain; charset=windows-1251), 433 bytes, created by
ache
on 2012-10-02 17:08:31 UTC
(
hide
)
Description:
getenv.patch
Filename:
MIME Type:
Creator:
ache
Created:
2012-10-02 17:08:31 UTC
Size:
433 bytes
patch
obsolete
>--- getenv.c.bak 2012-10-02 20:01:33.000000000 +0400 >+++ getenv.c 2012-10-02 20:03:33.000000000 +0400 >@@ -675,7 +675,8 @@ > > /* Deactivate specified variable. */ > envNdx = envVarsTotal - 1; >- if (__findenv(name, nameLen, &envNdx, true) != NULL) { >+ /* Remove all occurences */ >+ while (__findenv(name, nameLen, &envNdx, true) != NULL) { > envVars[envNdx].active = false; > if (envVars[envNdx].putenv) > __remove_putenv(envNdx);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 172273
: 128413 |
128414