pgsql: radixtree: Fix crash when non-creator begins iteration over shar - Mailing list pgsql-committers

From Masahiko Sawada
Subject pgsql: radixtree: Fix crash when non-creator begins iteration over shar
Date
Msg-id E1tg7gT-005ipX-Jo@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
radixtree: Fix crash when non-creator begins iteration over shared tree.

Previously, if a backend that attached to a shared tree attempted to
start iteration, it resulted in a crash. This commit resolves the
issue by ensuring iter_context is created in RT_ATTACH().

This fix applies only to v17, where radixtree.h was introduced. In the
master branch, this issue was separately resolved by 960013f2a1, which
eliminated the iter_context entirely.

Reviewed-by: John Naylor
Discussion: https://postgr.es/m/CAD21AoBB2U47V=F+wQRB1bERov_of5=BOZGaybjaV8FLQyqG3Q@mail.gmail.com

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9af2b3435844526ff503f2509c5246749b9c48b0

Modified Files
--------------
src/include/lib/radixtree.h | 10 ++++++++++
1 file changed, 10 insertions(+)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: pgcrypto: Remove static storage class from variables
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Remove support for linking with libeay32 and ssleay32