Re: libpq's multi-threaded SSL callback handling is busted

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jan Urbański <wulczer(at)wulczer(dot)org>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: libpq's multi-threaded SSL callback handling is busted
Date: 2015-04-10 01:05:25
Message-ID: 552721D5.7000609@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 4/9/15 3:54 PM, Jan Urbański wrote:
> At this point I will propose an even simpler patch (attached). I gave up on
> trying to use the more modern CRYPTO_THREADID_* functions.
>
> Right now, HEAD libpq won't compile against OpenSSL compiled with
> OPENSSL_NO_DEPRECATED, which I think is fine, given the lack of complaints. So
> let's just keep using the older, saner functions and ignore the THREADID crap.

Committed.

> By the way, might I take the opportunity to breach the subject of backpatching
> this change, should it get accepted?

I'll do that if another committer will speak out in favor of it.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-04-10 02:17:20 Re: FPW compression leaks information
Previous Message Petr Jelinek 2015-04-10 00:58:56 Re: TABLESAMPLE patch