pgsql: Fix memory leaks in px_crypt_shacrypt(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix memory leaks in px_crypt_shacrypt().
Date
Msg-id E1u1SNG-002yvY-0u@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix memory leaks in px_crypt_shacrypt().

Per Coverity.  I don't think these are of any actual significance
since the function ought to be invoked in a short-lived context.
Still, if it's trying to be neat it should get it right.

Also const-ify a constant and fix up typedef formatting.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8ab6ef2bb8d9a00d205742932eb0b6daf62b34e0

Modified Files
--------------
contrib/pgcrypto/crypt-sha.c     | 16 ++++++++--------
src/tools/pgindent/typedefs.list |  1 +
2 files changed, 9 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Use "(void)" to mark pgstat_lock_entry(..., false) calls.
Next
From: Andres Freund
Date:
Subject: pgsql: aio: Avoid spurious coverity warning