pgsql: Check for unterminated strings when calling uloc_getLanguage(). - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Check for unterminated strings when calling uloc_getLanguage().
Date
Msg-id E1wClc0-000zmK-2J@gemulon.postgresql.org
Whole thread
List pgsql-committers
Check for unterminated strings when calling uloc_getLanguage().

Missed by commit 1671f990dd66.

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

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8167371704bd2ae26304878c1d6d167dabed0c71

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


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Check for unterminated strings when calling uloc_getLanguage().
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix pfree crash in pg_get_role_ddl() and pg_get_database_ddl().