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:50:05
Message-ID: E1veB0H-00Hb3Q-18@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_7_STABLE

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

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:50:11 pgpool: Fix memory leak in scram authentication.
Previous Message Tatsuo Ishii 2026-01-09 11:49:59 pgpool: Fix memory leak in scram authentication.