]> 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:27 +0000 (21:29 +0300)
commitc9447b8bd078f40c8b4969c63bebbb2cc228582b
tree33488cdbcdc39d0b107f223583514281b4e08700
parent479823a71042423ad832e0d17ba11ff4c2bfa588
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