Re: Incorrect allocation handling for cryptohash functions with OpenSSL

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Incorrect allocation handling for cryptohash functions with OpenSSL
Date: 2020-12-18 10:14:52
Message-ID: X9yBHM0W/j5tjBI2@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Dec 18, 2020 at 11:51:55AM +0200, Heikki Linnakangas wrote:
> Something like this. Passes regression tests, but otherwise untested.

... And I wanted to keep track of the type of cryptohash directly in
the shared structure. ;)
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2020-12-18 10:55:19 Re: Incorrect allocation handling for cryptohash functions with OpenSSL
Previous Message Michael Paquier 2020-12-18 10:10:56 Re: Incorrect allocation handling for cryptohash functions with OpenSSL