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:11
Message-ID: E1veB0N-00Hb6x-0a@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
------
master

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

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-22 04:30:13 pgpool: Fix walker functions to return earlier.
Previous Message Tatsuo Ishii 2026-01-09 11:50:05 pgpool: Fix memory leak in scram authentication.