]> 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:13 +0000 (20:07 +0300)
commit869af50fcfdd4448b2dc637d905f1afda689741d
tree48ba4e505e940cc3b0c998d46b6a5569cace7978
parent35d89401525677441824c6f2116b9f7d0cc3caac
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