]> granicus.if.org Git - postgresql/commit
Don't putenv() a string that is allocated in a context that will go away
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Jan 2008 04:11:19 +0000 (04:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 30 Jan 2008 04:11:19 +0000 (04:11 +0000)
commitb58d8c9a533f20b1a7a7ebae34820731b1449b2b
treef28febc5f046245eb9074a0dfe03cf220bde5960
parent65b39ec34740eb8c52b249f918e486ce1a93eb8a
Don't putenv() a string that is allocated in a context that will go away
soon.  I suspect this explains bug #3902, though I'm still not able to
reproduce that.
src/backend/libpq/auth.c