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 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/c3f7dde39e940c86cccc179e8cbe188966e4e3ec Modified Files -------------- contrib/hstore_plperl/hstore_plperl.c | 2 +- contrib/hstore_plpython/hstore_plpython.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
