pgsql: ecpg: check return value of replace_variables()

Started by Daniel Gustafsson9 months ago1 messagescomitters
Jump to latest
#1Daniel Gustafsson
daniel@yesql.se

ecpg: check return value of replace_variables()

The function returns false if it fails to allocate memory, so
make sure to check the return value in callsites.

Author: Aleksander Alekseev <aleksander@tigerdata.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: /messages/by-id/CAJ7c6TNPrU8ZxgdfN3PyGY1tzo0bgszx+KkqW0Z7zt3heyC1GQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0d82163958005b2ba56f8c58311888d142fa4509

Modified Files
--------------
src/interfaces/ecpg/ecpglib/prepare.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)