Re: BUG #16476: pgp_sym_encrypt_bytea with compress-level=6 : Wrong key or corrupt data
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: michael@paquier.xyz
Cc: tgl@sss.pgh.pa.us, jeff.janes@gmail.com, frank.gagnepain@intm.fr,
pgsql-bugs@lists.postgresql.org
Date: 2020-07-22T08:45:54Z
Lists: pgsql-bugs
At Wed, 22 Jul 2020 15:51:12 +0900, Michael Paquier <michael@paquier.xyz> wrote in > On Tue, Jul 07, 2020 at 03:07:22PM +0900, Michael Paquier wrote: > > Horiguchi-san, as you looked at this thread, would you like to look at > > what I sent previously? There is still time until the next minor > > release, but this thread has been idle for close to two weeks now. > > Hearing nothing, I have studied more this stuff today and applied the Sorry, I overlooked it. It's a bit too late, but it looks good to me. Thanks for looking this and commited. > patch down to 9.5. Based on the first reports from the buildfarm, > things are getting interesting with steamerduck complaining that the > input and the output do not match in the test: > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=steamerduck&dt=2020-07-22%2006%3A01%3A24 > > The package of libz used there seems to be 1.2.11, so that's up to > date: > https://software.opensuse.org/package/libz1 > > I am not exactly sure what this environment does differently. There > are other machines using s390x, so I'll wait a bit more before doing > something. Might be help if the test prints the orignal and the decrypted bytes? regards. -- Kyotaro Horiguchi NTT Open Source Software Center
Commits
-
Fix corner case with 16kB-long decompression in pgcrypto, take 2
- aaa132a65deb 9.5.23 landed
- 8a60f541f3e4 9.6.19 landed
- 9729f99798af 10.14 landed
- 202fc4ca531e 11.9 landed
- 5bd087eb5d77 12.4 landed
- 0caf1fc6e86a 13.0 landed
- a3ab7a707d9e 14.0 landed
-
Fix ancient violation of zlib's API spec.
- d0519e9fea96 9.5.23 landed
- ccf964a80100 9.6.19 landed
- d8ec3b1263d2 10.14 landed
- 475c69c97662 11.9 landed
- 3d4a778152ec 12.4 landed
- b9b610577d7f 14.0 landed
- 7dab4569d193 13.0 landed
-
Revert "Fix corner case with PGP decompression in pgcrypto"
- 43e21fd8f6e8 9.5.23 landed
- 11c320dcebc0 9.6.19 landed
- 9a3c895084c6 10.14 landed
- 6ae2d925b131 11.9 landed
- e30a63f258f5 12.4 landed
- 9f5162ef43c5 13.0 landed
- 38f60f174e32 14.0 landed
-
Fix corner case with PGP decompression in pgcrypto
- dbf17ca1bfab 9.5.23 landed
- e0cb8282d614 9.6.19 landed
- 5bfd0936b460 10.14 landed
- eceb415c6ff0 11.9 landed
- bba2e66aec4c 12.4 landed
- 35e142202b14 13.0 landed
- 9e108984fb35 14.0 landed