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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix long-standing segfault when accept() or one of the calls mad
Date: 2010-10-27 17:10:21
Message-ID: E1PB9W1-0004c6-Mi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2010-10-27 19:17:56 psqlodbc - psqlodbc: Fix a bug introduced by the previous change.
Previous Message Tom Lane 2010-10-27 02:26:00 pgsql: Fix up some oversights in psql's Unicode-escape support.