]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix segmentation fault that an empty prepared statement could cause.
authorFujii Masao <fujii@postgresql.org>
Thu, 4 Sep 2014 17:17:57 +0000 (02:17 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 4 Sep 2014 17:19:50 +0000 (02:19 +0900)
commit81bffe63c09aac9e64932250082df86bbdc9fd13
tree19fe1bdd09112ec74718b2396845b5015ef39c84
parent64277753b48009d72a915b798f69634653868720
Fix segmentation fault that an empty prepared statement could cause.

Back-patch to all supported branches.

Per bug #11335 from Haruka Takatsuka
src/backend/tcop/utility.c