Re: Incorrect allocation handling for cryptohash functions with OpenSSL
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Heikki Linnakangas <hlinnaka@iki.fi>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-12-18T10:14:52Z
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
Commits
-
Fix and simplify some code related to cryptohashes
- 15b824da97af 14.0 landed
-
Fix allocation logic of cryptohash context data with OpenSSL
- 55fe26a4b580 14.0 landed