pgsql: Fix long-standing segfault when accept() or one of the calls mad - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix long-standing segfault when accept() or one of the calls mad
Date
Msg-id E1PB9W1-0004c9-M2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix long-standing segfault when accept() or one of the calls made right
after accepting a connection fails, and the server is compiled with GSSAPI
support. Report and patch by Alexander V. Chernikov, bug #5731.

Branch
------
REL8_3_STABLE

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

Modified Files
--------------
src/backend/postmaster/postmaster.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix long-standing segfault when accept() or one of the calls mad
Next
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: Fix a bug introduced by the previous change.