pgsql: Fix integer overflow in text_format function, reported by Dean R

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix integer overflow in text_format function, reported by Dean R
Дата
Msg-id E1QOapb-0004jF-2Y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix integer overflow in text_format function, reported by Dean Rasheed.

In the passing, clarify the comment on why text_format_nv wrapper is needed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/34be83b7e142a718c7a831c9df9763aa83fe4cd5

Modified Files
--------------
src/backend/utils/adt/varlena.c |   27 ++++++++++++++++++++++-----
1 files changed, 22 insertions(+), 5 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Improve hash_array() logic for combining hash values.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Make plpgsql complain about conflicting IN and OUT parameter nam