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:01
Message-ID: E1ud1eu-007mS5-0W@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
------
V4_3_STABLE

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

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-19 07:07:06 pgpool: Fix resource leak while reading startup packet.
Previous Message Tatsuo Ishii 2025-07-19 07:06:35 pgpool: Fix resource leak while reading startup packet.