bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: envvar's leaking into open()


From: Roman Rakus
Subject: Re: envvar's leaking into open()
Date: Wed, 26 Nov 2008 16:42:25 +0100
User-agent: Thunderbird 2.0.0.18 (X11/20081119)

Chet Ramey wrote:
devzero@web.de wrote:
hello,
i made some observation by chance.

bash 3.2 seems to leak environment variables into open() syscalls (older bash 
2.0 does not show this behaviour)

Bash isn't doing the opens -- they're coming from the libc locale code.


Bash isn't doing opens, but do bad setlocale() calling. More info in redhat bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=354171




reply via email to

[Prev in Thread] Current Thread [Next in Thread]