]> granicus.if.org Git - postgresql/commit
libpq: pass a memory allocation failure error up to PQconndefaults()
authorBruce Momjian <bruce@momjian.us>
Thu, 20 Mar 2014 15:48:31 +0000 (11:48 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 20 Mar 2014 15:48:31 +0000 (11:48 -0400)
commita4c8f14364c27508233f8a31ac4b10a4c90235a9
tree2eb0dad6c952ec5331986e836f5cee38356328b0
parentd1bdab2fa39f9a29fc806e1f2b6b5428b88d7cc5
libpq:  pass a memory allocation failure error up to PQconndefaults()

Previously user name memory allocation failures were ignored and the
default user name set to NULL.
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-connect.c