pgsql: Check for unterminated strings when calling uloc_getLanguage().

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Check for unterminated strings when calling uloc_getLanguage().
Date: 2026-04-14 21:47:41
Message-ID: E1wClbh-000zkW-0E@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Check for unterminated strings when calling uloc_getLanguage().

Missed by commit 1671f990dd66.

Author: Andreas Karlsson <andreas(at)proxel(dot)se>
Discussion: https://postgr.es/m/118ca69e-47eb-42e1-83e9-72ccf40dd6fd@proxel.se
Backpatch-through: 16

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dacd8fa6f259e25f747d6d71290d9d5ed86095df

Modified Files
--------------
src/bin/initdb/initdb.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2026-04-14 21:47:52 pgsql: Check for unterminated strings when calling uloc_getLanguage().
Previous Message Michael Paquier 2026-04-14 20:12:49 pgsql: Add tests for low-level PGLZ [de]compression routines