explicit_bzero for sslpassword - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject explicit_bzero for sslpassword
Date
Msg-id 935443BA-D42E-4CE0-B181-1AD79E6DD45A@yesql.se
Whole thread Raw
Responses Re: explicit_bzero for sslpassword
List pgsql-hackers
Since commit 74a308cf5221f we use explicit_bzero on pgpass and connhost
password in libpq, but not sslpassword which seems an oversight.  The attached
performs an explicit_bzero before freeing like the pattern for other password
variables.

cheers ./daniel


Attachment

pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: factorial function/phase out postfix operators?
Next
From: Robert Haas
Date:
Subject: Re: Two fsync related performance issues?