]> 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:27:55 +0000 (21:27 +0300)
commitc3f7dde39e940c86cccc179e8cbe188966e4e3ec
treeb3ebd5832132fe76253e69926d9fa8519bbf9914
parent36f52a59b31502213a01fb4b0a89afc0f3bfd21d
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