]> 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:28:46 +0000 (21:28 +0300)
commit3fbec9e504b1b4dca0a30d4081e1eaa687510fc5
tree2a5ee52aaac59a8ec30c99f8a6394e1bd0050ae8
parent05e73b5c3578cb9857dfd4904d8dc2a96e0b04eb
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