pgsql: Fix crash caused by NULL lookup when reporting IP address of fai - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Fix crash caused by NULL lookup when reporting IP address of fai
Date
Msg-id E1PTFX7-000791-1t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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).

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=48da2b87e3f292534a26d3bacc2a13f7b62a34c8

Modified Files
--------------
src/interfaces/libpq/fe-connect.c |    3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: merlinm@pgfoundry.org (User Merlinm)
Date:
Subject: libpqtypes - libpqtypes: fixed type->array join to properly use typarray
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Add some minor missing error checks