pgpool: Fix resource leak while reading startup packet.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Fix resource leak while reading startup packet.
Date: 2025-07-19 07:07:23
Message-ID: E1ud1fG-007mYE-12@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix resource leak while reading startup packet.

Per Coverity.

Backpatch-through: v4.2

Branch
------
master

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

Modified Files
--------------
src/protocol/child.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-07-22 10:52:05 pgpool: Add function comment to is_wd_lifecheck_ready.
Previous Message Tatsuo Ishii 2025-07-19 07:07:17 pgpool: Fix resource leak while reading startup packet.