]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix overrun when comparing with unterminated ICU language string.
authorJeff Davis <jdavis@postgresql.org>
Mon, 13 Apr 2026 18:19:21 +0000 (11:19 -0700)
committerJeff Davis <jdavis@postgresql.org>
Mon, 13 Apr 2026 18:19:21 +0000 (11:19 -0700)
commit6393259bd49db307c7113d70da355544479ee342
treeb1931b226942c586e8d310212e0a8c59e70c140c
parent540fe8fb5c22a6c724513f62daaae79af5d559cb
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
src/backend/utils/adt/pg_locale_icu.c