| From: | Noah Misch <noah(at)leadboat(dot)com> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Unify src/common/'s definitions of MaxAllocSize. |
| Date: | 2026-05-11 12:19:39 |
| Message-ID: | E1wMPbn-0002ac-1D@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Unify src/common/'s definitions of MaxAllocSize.
Define MaxAllocSize in src/include/common/fe_memutils.h rather
than having several copies of it in different src/common/*.c files.
This also provides an opportunity to document it better.
Back-patch of commit 11b7de4a7, needed now because assorted security
fixes are adding additional references to MaxAllocSize in frontend
code.
Backpatch-through: 14-17
Security: CVE-2026-6473
Branch
------
REL_16_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/47dae5e74025c02a66966b2c44617dacce93b69d
Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Modified Files
--------------
src/common/psprintf.c | 3 ---
src/common/saslprep.c | 4 ----
src/common/stringinfo.c | 3 ---
src/include/common/fe_memutils.h | 12 ++++++++++++
4 files changed, 12 insertions(+), 10 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Noah Misch | 2026-05-11 12:19:40 | pgsql: Add raw_connect and raw_connect_works to Cluster.pm |
| Previous Message | Noah Misch | 2026-05-11 12:19:38 | pgsql: Guard against overflow in "left" fields of query_int and ltxtque |