This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
[I had initially erroneously sent this to libc-help instead.]
I stumbled over this when running the LibreOffice test suite and getting sporadic crashes in getenv(3). It turns out that LibreOffice contains many places that call getenv (mostly to check whether to enable one tweak or another) at arbitrary times and from arbitrary threads, and apparently also contains the odd call to setenv etc. to modify the environment.
-- Florian Weimer / Red Hat Product Security Team
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |