[COMMITTERS] pgsql: Fix user-after-free bug. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Fix user-after-free bug.
Date
Msg-id E1ckwME-0006DQ-2I@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix user-after-free bug.

Introduced by commit aea5d298362e881b13d95a48c5ae116879237389.

Patch from Amit Kapila.  Issue discovered independently by Amit Kapila
and Ashutosh Sharma.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7f6fa29f18aa84743185ee7ada97f277459228a7

Modified Files
--------------
src/backend/postmaster/bgworker.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Reorder the asynchronous libpq calls for replication connection
Next
From: Robert Haas
Date:
Subject: Re: [COMMITTERS] pgsql: Notify bgworker registrant after freeingworker slot.