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:56
Message-ID: E1wClbw-000zlj-0Z@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
------
REL_17_STABLE

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

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:48:01 pgsql: Check for unterminated strings when calling uloc_getLanguage().
Previous Message Jeff Davis 2026-04-14 21:47:52 pgsql: Check for unterminated strings when calling uloc_getLanguage().