pgpool: Fix memory leak in scram authentication.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Fix memory leak in scram authentication.
Date: 2026-01-09 11:49:42
Message-ID: E1veAzu-00HamT-1g@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix memory leak in scram authentication.

Per Coverity (CID 1395030)
Backpatch-through: v4.3

Branch
------
V4_3_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=bd80dc7f62b3a6de1d268d2252d3345f9cf334ae

Modified Files
--------------
src/auth/pool_auth.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-01-09 11:49:48 pgpool: Fix memory leak in scram authentication.
Previous Message Tatsuo Ishii 2026-01-08 05:51:56 pgpool: Refactor streaming replication worker child process.