]> granicus.if.org Git - sudo/commit
Mark the putenv(), setenv() and unsetenv() symbols as global, not
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 29 Oct 2014 16:54:40 +0000 (10:54 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 29 Oct 2014 16:54:40 +0000 (10:54 -0600)
commit55098ff6eccaa1cbb4d8bd788e40927657fbd509
treeecb39bb792f8e51d926637ebfb903c967b9546ac
parentbbf3c08320829a5d3079324a517a453d0b34a30f
Mark the putenv(), setenv() and unsetenv() symbols as global, not
hidden.  Fixes a mismatch where a plugin (or its loaded dso) would
call setenv() to set a variables but be unable to find it later
with getenv().
src/env_hooks.c