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

Michael Meskes <meskes@postgresql.org>

Commit: e0ca86aa98de9c60815d3717b92b62a9f2c0c07d
Author: Michael Meskes <meskes@postgresql.org>
Date: 2015-08-12T11:57:41Z
Releases: 9.2.14
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