pgsql: Fix overrun when comparing with unterminated ICU language string - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Fix overrun when comparing with unterminated ICU language string
Date
Msg-id E1wCM7P-000p9Y-06@gemulon.postgresql.org
Whole thread
List pgsql-committers
Fix overrun when comparing with unterminated ICU language string.

The overrun was introduced in commit c4ff35f10.

Author: Andreas Karlsson <andreas@proxel.se>
Reported-by: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/96d80a47-f17f-42fa-82b1-2908efbd6541@gmail.com
Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6393259bd49db307c7113d70da355544479ee342

Modified Files
--------------
src/backend/utils/adt/pg_locale_icu.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Fix overrun when comparing with unterminated ICU language string
Next
From: Jeff Davis
Date:
Subject: Re: pgsql: Perform provider-specific initialization in new functions.