pgpool: Fix oversight in check_transaction_state_and_abort().

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Fix oversight in check_transaction_state_and_abort().
Date: 2026-02-02 05:17:29
Message-ID: E1vmmJU-006eB0-1h@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Fix oversight in check_transaction_state_and_abort().

The function does not take the case when frontend is NULL into
account.

Per Coverity.

Backpatch-through: v4.3

Branch
------
V4_6_STABLE

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

Modified Files
--------------
src/protocol/pool_proto_modules.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-02-02 05:17:34 pgpool: Fix oversight in check_transaction_state_and_abort().
Previous Message Tatsuo Ishii 2026-02-02 05:17:23 pgpool: Fix oversight in check_transaction_state_and_abort().