]> granicus.if.org Git - postgresql/commit
Fix long-standing segfault when accept() or one of the calls made right
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 27 Oct 2010 17:03:00 +0000 (20:03 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 27 Oct 2010 17:07:55 +0000 (20:07 +0300)
commit61ba6f4bf01305e1acdff79424e6133cf2a0b46c
tree771a2460ffbdf7eb8b24063949427b534be43b1e
parentb7888758d85f77388ca0ffd26ee37655e90d695c
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.
src/backend/postmaster/postmaster.c