]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Use palloc_array() in a few more places to avoid overflow
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 11 May 2026 18:18:06 +0000 (21:18 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 11 May 2026 18:29:08 +0000 (21:29 +0300)
commite42598a41e76ff12293e3aaeeeb5c5696a93f642
tree5746bd39cfee03b0a00efe3ca0cc4c67fc522f52
parent6f0bff33d780aac82d147a309afe505d79974086
Use palloc_array() in a few more places to avoid overflow

These could overflow on 32-bit systems.

Backpatch-through: 14
Security: CVE-2026-6473
contrib/hstore_plperl/hstore_plperl.c
contrib/hstore_plpython/hstore_plpython.c