diff options
author | Michael Meskes <meskes@postgresql.org> | 2015-02-05 15:12:34 +0100 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2015-08-12 13:57:57 +0200 |
commit | a2b2565fc9318b8903ef4821bc0be40a64810aec (patch) | |
tree | c6c4c383f71cccc8f59578223c60c21470c28475 /src/backend/executor/execMain.c | |
parent | 7a801ba8ce7befc2309ece2ca918eb688c67fda9 (diff) | |
download | postgresql-a2b2565fc9318b8903ef4821bc0be40a64810aec.tar.gz postgresql-a2b2565fc9318b8903ef4821bc0be40a64810aec.zip |
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>
Diffstat (limited to 'src/backend/executor/execMain.c')
0 files changed, 0 insertions, 0 deletions