-
- Downloads
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>
Showing
- src/interfaces/ecpg/ecpglib/descriptor.c 2 additions, 4 deletionssrc/interfaces/ecpg/ecpglib/descriptor.c
- src/interfaces/ecpg/ecpglib/execute.c 2 additions, 4 deletionssrc/interfaces/ecpg/ecpglib/execute.c
- src/interfaces/ecpg/ecpglib/extern.h 2 additions, 2 deletionssrc/interfaces/ecpg/ecpglib/extern.h
- src/interfaces/ecpg/ecpglib/memory.c 21 additions, 1 deletionsrc/interfaces/ecpg/ecpglib/memory.c
Loading
Please register or sign in to comment