pgsql: Fix a potential double-free in ecpg.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a potential double-free in ecpg.
Date: 2017-03-10 09:52:20
Message-ID: E1cmHDg-0000Og-QO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix a potential double-free in ecpg.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/466ee7a5326b0071b91b46fd3b657c35b52fd8c6

Modified Files
--------------
src/interfaces/ecpg/preproc/pgc.l | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-10 14:46:23 pgsql: dblink: Replace some macros by static functions
Previous Message Tom Lane 2017-03-10 04:50:27 Re: pgsql: contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.