pgsql: Fix string truncation to be multibyte-aware in text_name and bpc

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix string truncation to be multibyte-aware in text_name and bpc
Дата
Msg-id E1SY2At-0001Mh-7P@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix string truncation to be multibyte-aware in text_name and bpchar_name.

Previously, casts to name could generate invalidly-encoded results.

Also, make these functions match namein() more exactly, by consistently
using palloc0() instead of ad-hoc zeroing code.

Back-patch to all supported branches.

Karl Schnaitter and Tom Lane

Branch
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6f163609bded024a2b5c4506745740695ecfc04f

Modified Files
--------------
src/backend/utils/adt/name.c    |   10 +++++++---
src/backend/utils/adt/varchar.c |   14 ++++----------
src/backend/utils/adt/varlena.c |   12 +++---------
3 files changed, 14 insertions(+), 22 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix string truncation to be multibyte-aware in text_name and bpc
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix string truncation to be multibyte-aware in text_name and bpc