]> 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:18 +0000 (21:29 +0300)
commitdc6c85ff4d1bb97cd06b11bb19b7b69cf7952f02
tree344f275012c6250810e04e7ff18ec909ce42a18a
parentfc1fd3d970d400fcc37979bcb012d4657dbab1f5
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