[COMMITTERS] pgsql: Fix SSL deadlock risk in libpq

2013-09-23 Thread Stephen Frost
Fix SSL deadlock risk in libpq In libpq, we set up and pass to OpenSSL callback routines to handle locking. When we run out of SSL connections, we try to clean things up by de-registering the hooks. Unfortunately, we had a few calls into the OpenSSL library after these hooks were de-registered

[COMMITTERS] pgsql: Fix SSL deadlock risk in libpq

2013-09-23 Thread Stephen Frost
Fix SSL deadlock risk in libpq In libpq, we set up and pass to OpenSSL callback routines to handle locking. When we run out of SSL connections, we try to clean things up by de-registering the hooks. Unfortunately, we had a few calls into the OpenSSL library after these hooks were de-registered

[COMMITTERS] pgsql: Fix SSL deadlock risk in libpq

2013-09-23 Thread Stephen Frost
Fix SSL deadlock risk in libpq In libpq, we set up and pass to OpenSSL callback routines to handle locking. When we run out of SSL connections, we try to clean things up by de-registering the hooks. Unfortunately, we had a few calls into the OpenSSL library after these hooks were de-registered

[COMMITTERS] pgsql: Fix SSL deadlock risk in libpq

2013-09-23 Thread Stephen Frost
Fix SSL deadlock risk in libpq In libpq, we set up and pass to OpenSSL callback routines to handle locking. When we run out of SSL connections, we try to clean things up by de-registering the hooks. Unfortunately, we had a few calls into the OpenSSL library after these hooks were de-registered

[COMMITTERS] pgsql: Fix SSL deadlock risk in libpq

2013-09-23 Thread Stephen Frost
Fix SSL deadlock risk in libpq In libpq, we set up and pass to OpenSSL callback routines to handle locking. When we run out of SSL connections, we try to clean things up by de-registering the hooks. Unfortunately, we had a few calls into the OpenSSL library after these hooks were de-registered