]> granicus.if.org Git - postgresql/commit
Fix crash caused by NULL lookup when reporting IP address of failed
authorBruce Momjian <bruce@momjian.us>
Thu, 16 Dec 2010 15:13:43 +0000 (10:13 -0500)
committerBruce Momjian <bruce@momjian.us>
Thu, 16 Dec 2010 15:13:43 +0000 (10:13 -0500)
commit48da2b87e3f292534a26d3bacc2a13f7b62a34c8
tree3e9ebadbc471e93dd7621c911d97f4d9a646e5e7
parent5cdd65f3241ce10c66953228daef60df7b3966d1
Fix crash caused by NULL lookup when reporting IP address of failed
libpq connection, per report from Magnus.  This happens only on GIT
master and only on Win32 because that is the platform where "" maps to
an IP address (localhost).
src/interfaces/libpq/fe-connect.c