From: Julian S. <js...@ac...> - 2007-03-21 16:13:06
|
On Wednesday 21 March 2007 16:04, Dirk Mueller wrote: > On Sunday, 11. March 2007, Julian Seward wrote: > > Maybe glibc's getenv is fine and the problem is there are invalid > > strings in the environment. The only way I can reproduce this is to > > add (putenv) a non-terminated string containing just '=' and then do > > a getenv: > > Yep, I can confirm. I couldn't find another issue either. So there seems to > be some issue with the code. are you reverting your getenv wrapper? Dirk, thanks for the confirmation. Yes, the getenv wrapper is already reverted. J |