diff options
author | Jim Meyering <jim@meyering.net> | 2007-02-20 17:23:51 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-02-20 17:23:51 +0100 |
commit | d7226387a9fb07ec3de3913f8128a31ba95deeb2 (patch) | |
tree | 5d495cae4b86d5bf0be1fb497e12b357ab456014 /THANKS | |
parent | dd99d05b4a24966f22321793bfc45681652eceef (diff) | |
download | coreutils-d7226387a9fb07ec3de3913f8128a31ba95deeb2.tar.xz |
* src/env.c (main): When invoked with no arguments (i.e. when printing
the environment), use a local variable to iterate through the global
"environ" array, rather than "environ" itself. This is solely to
avoid changing the environment for an LD_PRELOAD-substituted "puts"
or "exit" function. Tiny patch by Harvey Eneman. See
<http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/9735>.
* THANKS: Update.
Diffstat (limited to 'THANKS')
-rw-r--r-- | THANKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -193,6 +193,7 @@ Hans Verkuil hans@wyst.hobby.nl Harald Dunkel harald.dunkel@t-online.de Harry Liu rliu@lek.ugcs.caltech.edu Harti Brandt brandt@fokus.fraunhofer.de +Harvey Eneman Harvey.Eneman@oracle.com Helen Faulkner helen_ml_faulkner@yahoo.co.uk Herbert Xu herbert@gondor.apana.org.au Holger Berger hberger@ess.nec.de |