This routine was calling ecpg_alloc to allocate to memory but did not

Michael Meskes <meskes@postgresql.org>

Commit: ed089d2fec8dde61d169f1f67a96e099425e77c7
Author: Michael Meskes <meskes@postgresql.org>
Date: 2015-08-12T11:56:57Z
Releases: 9.3.10
This routine was calling ecpg_alloc to allocate to memory but did not
actually check the returned pointer allocated, potentially NULL which
could be the result of a malloc call.

Issue noted by Coverity, fixed by Michael Paquier <michael@otacoo.com>

Files