Re: SSL cleanups/hostname verification - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: SSL cleanups/hostname verification
Date
Msg-id 4900A134.4050206@hagander.net
Whole thread Raw
In response to Re: SSL cleanups/hostname verification  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: SSL cleanups/hostname verification
List pgsql-hackers
Tom Lane wrote:
> Magnus Hagander <magnus@hagander.net> writes:

> The patch seems pretty far short of sufficient as far as supporting a
> new conninfo option goes --- for instance it appears to leak the string
> at disconnect.  Check through all the references to some existing option
> field to see if you missed anything else.

Looking over it again, that's pretty much the only one I find. I checked
against sslmode. Did you spot something else?

Found a bug in the GSSAPI code though, which also does not free :) Will fix.

//Magnus


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: double-buffering page writes
Next
From: Tom Lane
Date:
Subject: Re: Regression in IN( field, field, field ) performance