pgsql: Fix a potential backend crash during authentication when parsing - Mailing list pgsql-committers

From [email protected] (Neil Conway)
Subject pgsql: Fix a potential backend crash during authentication when parsing
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix a potential backend crash during authentication when parsing a
malformed ident map file.  This was introduced by the linked list
rewrite in 8.0 -- mea maxima culpa.

Per Coverity static analysis performed by EnterpriseDB.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        hba.c (r1.140 -> r1.141)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c.diff?r1=1.140&r2=1.141)

pgsql-committers by date:

Previous
From: [email protected] (Neil Conway)
Date:
Subject: pgsql: Trivial dead code removal: in CreateSchemaCommand(), 'owner_name'
Next
From: [email protected] (Neil Conway)
Date:
Subject: pgsql: Fix a potential backend crash during authentication when parsing