Обсуждение: pgsql: Fix long-standing segfault when accept() or one of the calls mad

Поиск
Список
Период
Сортировка

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

От
Heikki Linnakangas
Дата:
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_4_STABLE

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

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