Fix for memory leak in setenv/unsetenv

John Baldwin jhb at freebsd.org
Mon Oct 16 12:30:49 PDT 2006


On Sunday 15 October 2006 05:12, Peter Jeremy wrote:
> On Tue, 2006-Oct-10 10:01:03 -0400, John Baldwin wrote:
> >I know for one app at my last job we had a problem with this with TZ, and 
so
> >we explicitly space padded the timezone name out to a fixed-size each time
> >to avoid the leak.
> 
> Funny, it was a problem with TZ that led me to raise the PR initially.
> I think I came up with the same work-around.

Heh.

> It's a pity that there's no truely re-entrant interface to the
> ctime(3) family (ie, one that allows you to specify the timezone as
> a parameter).

Yes. :(  That is the real hack I think, having to modify the environment to 
make ctime() DTRT.

-- 
John Baldwin


More information about the freebsd-current mailing list