Re: BUG #16476: pgp_sym_encrypt_bytea with compress-level=6 : Wrong key or corrupt data

Mark Wong <mark@2ndquadrant.com>

From: Mark Wong <mark@2ndquadrant.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, tgl@sss.pgh.pa.us, jeff.janes@gmail.com, frank.gagnepain@intm.fr, pgsql-bugs@lists.postgresql.org
Date: 2020-07-22T23:25:40Z
Lists: pgsql-bugs
Hi everyone,

On Wed, Jul 22, 2020 at 06:37:49PM +0900, Michael Paquier wrote:
> 3) Switch the buildfarm members to not use libz, and file a bug to
> SLES to find out what's wrong.  For example, could it be possible that
> a flavor of zlib-ng with zlib compatibility gets used?  This has some
> code specific to s390.  I am adding Mark in CC, perhaps he has an
> idea.

I don't have any ideas offhand, but I wanted to quickly make an offer
for access to one of the systems if anyone is interested.  One of the
systems I have is provided by Marist, from one of the old OSDL programs
that the Linux Foundation has continued, so I can help create accounts
for anyone who'd like to send me their ssh key.

Regards,
Mark

-- 
Mark Wong
2ndQuadrant - PostgreSQL Solutions for the Enterprise
https://www.2ndQuadrant.com/



Commits

  1. Fix corner case with 16kB-long decompression in pgcrypto, take 2

  2. Fix ancient violation of zlib's API spec.

  3. Revert "Fix corner case with PGP decompression in pgcrypto"

  4. Fix corner case with PGP decompression in pgcrypto