agora inbox for pgsql-committers@postgresql.orghelp / color / mirror / Atom feed
pgsql: Use palloc_array() in a few more places to avoid overflow 6+ messages / 1 participants [nested] [flat]
* pgsql: Use palloc_array() in a few more places to avoid overflow @ 2026-05-11 18:41 Heikki Linnakangas <heikki.linnakangas@iki.fi> 0 siblings, 0 replies; 6+ messages in thread From: Heikki Linnakangas @ 2026-05-11 18:41 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org 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(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgsql: Use palloc_array() in a few more places to avoid overflow @ 2026-05-11 18:41 Heikki Linnakangas <heikki.linnakangas@iki.fi> 0 siblings, 0 replies; 6+ messages in thread From: Heikki Linnakangas @ 2026-05-11 18:41 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org 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 ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/3fbec9e504b1b4dca0a30d4081e1eaa687510fc5 Modified Files -------------- contrib/hstore_plperl/hstore_plperl.c | 2 +- contrib/hstore_plpython/hstore_plpython.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgsql: Use palloc_array() in a few more places to avoid overflow @ 2026-05-11 18:41 Heikki Linnakangas <heikki.linnakangas@iki.fi> 0 siblings, 0 replies; 6+ messages in thread From: Heikki Linnakangas @ 2026-05-11 18:41 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org 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 ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/8e909812d00f9acfa39fc67147109d4852776fb0 Modified Files -------------- contrib/hstore_plperl/hstore_plperl.c | 2 +- contrib/hstore_plpython/hstore_plpython.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgsql: Use palloc_array() in a few more places to avoid overflow @ 2026-05-11 18:41 Heikki Linnakangas <heikki.linnakangas@iki.fi> 0 siblings, 0 replies; 6+ messages in thread From: Heikki Linnakangas @ 2026-05-11 18:41 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org 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 ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/e42598a41e76ff12293e3aaeeeb5c5696a93f642 Modified Files -------------- contrib/hstore_plperl/hstore_plperl.c | 2 +- contrib/hstore_plpython/hstore_plpython.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgsql: Use palloc_array() in a few more places to avoid overflow @ 2026-05-11 18:41 Heikki Linnakangas <heikki.linnakangas@iki.fi> 0 siblings, 0 replies; 6+ messages in thread From: Heikki Linnakangas @ 2026-05-11 18:41 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org 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 ------ REL_15_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/dc6c85ff4d1bb97cd06b11bb19b7b69cf7952f02 Modified Files -------------- contrib/hstore_plperl/hstore_plperl.c | 2 +- contrib/hstore_plpython/hstore_plpython.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
* pgsql: Use palloc_array() in a few more places to avoid overflow @ 2026-05-11 18:41 Heikki Linnakangas <heikki.linnakangas@iki.fi> 0 siblings, 0 replies; 6+ messages in thread From: Heikki Linnakangas @ 2026-05-11 18:41 UTC (permalink / raw) To: pgsql-committers@lists.postgresql.org 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 ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/c9447b8bd078f40c8b4969c63bebbb2cc228582b Modified Files -------------- contrib/hstore_plperl/hstore_plperl.c | 2 +- contrib/hstore_plpython/hstore_plpython.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ^ permalink raw reply [nested|flat] 6+ messages in thread
end of thread, other threads:[~2026-05-11 18:41 UTC | newest] Thread overview: 6+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2026-05-11 18:41 pgsql: Use palloc_array() in a few more places to avoid overflow Heikki Linnakangas <heikki.linnakangas@iki.fi> 2026-05-11 18:41 pgsql: Use palloc_array() in a few more places to avoid overflow Heikki Linnakangas <heikki.linnakangas@iki.fi> 2026-05-11 18:41 pgsql: Use palloc_array() in a few more places to avoid overflow Heikki Linnakangas <heikki.linnakangas@iki.fi> 2026-05-11 18:41 pgsql: Use palloc_array() in a few more places to avoid overflow Heikki Linnakangas <heikki.linnakangas@iki.fi> 2026-05-11 18:41 pgsql: Use palloc_array() in a few more places to avoid overflow Heikki Linnakangas <heikki.linnakangas@iki.fi> 2026-05-11 18:41 pgsql: Use palloc_array() in a few more places to avoid overflow Heikki Linnakangas <heikki.linnakangas@iki.fi>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox