pgsql: Fix segmentation fault that an empty prepared statement could ca

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix segmentation fault that an empty prepared statement could ca
Date: 2014-09-04 17:32:20
Message-ID: E1XPatQ-0002H6-3I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix segmentation fault that an empty prepared statement could cause.

Back-patch to all supported branches.

Per bug #11335 from Haruka Takatsuka

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/78b1228efeb5d2615f7e844cb4fe8ad8ff335e29

Modified Files
--------------
src/backend/tcop/utility.c | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-09-04 17:32:40 pgsql: Fix segmentation fault that an empty prepared statement could ca
Previous Message Fujii Masao 2014-09-04 17:32:05 pgsql: Fix segmentation fault that an empty prepared statement could ca