]> granicus.if.org Git - postgresql/commit
Fix a potential backend crash during authentication when parsing a
authorNeil Conway <neilc@samurai.com>
Tue, 21 Jun 2005 01:20:09 +0000 (01:20 +0000)
committerNeil Conway <neilc@samurai.com>
Tue, 21 Jun 2005 01:20:09 +0000 (01:20 +0000)
commitec3a1af0a89a169c100f7157f7c6932234ae5988
tree6e5bb335daf45e2ac0e373a19ce39c81d969d4e8
parent09d1110c2a17d9cf5c429797070634ad14e3684f
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.
src/backend/libpq/hba.c