public inbox for [email protected]  
help / color / mirror / Atom feed
pgsql: Fix test "NUL byte in text decrypt" for --without-zlib builds.
6+ messages / 1 participants
[nested] [flat]

* pgsql: Fix test "NUL byte in text decrypt" for --without-zlib builds.
@ 2026-02-09 17:09 Noah Misch <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Noah Misch @ 2026-02-09 17:09 UTC (permalink / raw)
  To: [email protected]

Fix test "NUL byte in text decrypt" for --without-zlib builds.

Backpatch-through: 14
Security: CVE-2026-2006

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5301b2b7de9e77ed835eb581cd01062500488d71

Modified Files
--------------
contrib/pgcrypto/expected/pgp-decrypt.out   | 9 +++++----
contrib/pgcrypto/expected/pgp-decrypt_1.out | 9 +++++----
contrib/pgcrypto/sql/pgp-decrypt.sql        | 9 +++++----
3 files changed, 15 insertions(+), 12 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Fix test "NUL byte in text decrypt" for --without-zlib builds.
@ 2026-02-09 17:09 Noah Misch <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Noah Misch @ 2026-02-09 17:09 UTC (permalink / raw)
  To: [email protected]

Fix test "NUL byte in text decrypt" for --without-zlib builds.

Backpatch-through: 14
Security: CVE-2026-2006

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c5dc75479b1525a3aa1daaf79028fa5af159800e

Modified Files
--------------
contrib/pgcrypto/expected/pgp-decrypt.out   | 9 +++++----
contrib/pgcrypto/expected/pgp-decrypt_1.out | 9 +++++----
contrib/pgcrypto/sql/pgp-decrypt.sql        | 9 +++++----
3 files changed, 15 insertions(+), 12 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Fix test "NUL byte in text decrypt" for --without-zlib builds.
@ 2026-02-09 17:09 Noah Misch <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Noah Misch @ 2026-02-09 17:09 UTC (permalink / raw)
  To: [email protected]

Fix test "NUL byte in text decrypt" for --without-zlib builds.

Backpatch-through: 14
Security: CVE-2026-2006

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4543b02af3d3077b8505d533dc51bd51fa47b34a

Modified Files
--------------
contrib/pgcrypto/expected/pgp-decrypt.out   | 9 +++++----
contrib/pgcrypto/expected/pgp-decrypt_1.out | 9 +++++----
contrib/pgcrypto/sql/pgp-decrypt.sql        | 9 +++++----
3 files changed, 15 insertions(+), 12 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Fix test "NUL byte in text decrypt" for --without-zlib builds.
@ 2026-02-09 17:09 Noah Misch <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Noah Misch @ 2026-02-09 17:09 UTC (permalink / raw)
  To: [email protected]

Fix test "NUL byte in text decrypt" for --without-zlib builds.

Backpatch-through: 14
Security: CVE-2026-2006

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/955433ebd864f41e079e75521dd17c2f9175f7c7

Modified Files
--------------
contrib/pgcrypto/expected/pgp-decrypt.out   | 9 +++++----
contrib/pgcrypto/expected/pgp-decrypt_1.out | 9 +++++----
contrib/pgcrypto/sql/pgp-decrypt.sql        | 9 +++++----
3 files changed, 15 insertions(+), 12 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Fix test "NUL byte in text decrypt" for --without-zlib builds.
@ 2026-02-09 17:09 Noah Misch <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Noah Misch @ 2026-02-09 17:09 UTC (permalink / raw)
  To: [email protected]

Fix test "NUL byte in text decrypt" for --without-zlib builds.

Backpatch-through: 14
Security: CVE-2026-2006

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/763671b745e1d8c4a9825dd48bdf02ead034de1c

Modified Files
--------------
contrib/pgcrypto/expected/pgp-decrypt.out   | 9 +++++----
contrib/pgcrypto/expected/pgp-decrypt_1.out | 9 +++++----
contrib/pgcrypto/sql/pgp-decrypt.sql        | 9 +++++----
3 files changed, 15 insertions(+), 12 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread

* pgsql: Fix test "NUL byte in text decrypt" for --without-zlib builds.
@ 2026-02-09 17:09 Noah Misch <[email protected]>
  0 siblings, 0 replies; 6+ messages in thread

From: Noah Misch @ 2026-02-09 17:09 UTC (permalink / raw)
  To: [email protected]

Fix test "NUL byte in text decrypt" for --without-zlib builds.

Backpatch-through: 14
Security: CVE-2026-2006

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6f741bcb6aa4d78b2e3c96b6f3830b371c8cdf47

Modified Files
--------------
contrib/pgcrypto/expected/pgp-decrypt.out   | 9 +++++----
contrib/pgcrypto/expected/pgp-decrypt_1.out | 9 +++++----
contrib/pgcrypto/sql/pgp-decrypt.sql        | 9 +++++----
3 files changed, 15 insertions(+), 12 deletions(-)



^ permalink  raw  reply  [nested|flat] 6+ messages in thread


end of thread, other threads:[~2026-02-09 17:09 UTC | newest]

Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-02-09 17:09 pgsql: Fix test "NUL byte in text decrypt" for --without-zlib builds. Noah Misch <[email protected]>
2026-02-09 17:09 pgsql: Fix test "NUL byte in text decrypt" for --without-zlib builds. Noah Misch <[email protected]>
2026-02-09 17:09 pgsql: Fix test "NUL byte in text decrypt" for --without-zlib builds. Noah Misch <[email protected]>
2026-02-09 17:09 pgsql: Fix test "NUL byte in text decrypt" for --without-zlib builds. Noah Misch <[email protected]>
2026-02-09 17:09 pgsql: Fix test "NUL byte in text decrypt" for --without-zlib builds. Noah Misch <[email protected]>
2026-02-09 17:09 pgsql: Fix test "NUL byte in text decrypt" for --without-zlib builds. Noah Misch <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox