pgsql: to_char(): prevent accesses beyond the allocated buffer

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: to_char(): prevent accesses beyond the allocated buffer
Дата
Msg-id E1YIIVa-0008Pm-Rc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
to_char():  prevent accesses beyond the allocated buffer

Previously very long field masks for floats could access memory
beyond the existing buffer allocated to hold the result.

Reported by Andres Freund and Peter Geoghegan.    Backpatch to all
supported versions.

Security: CVE-2015-0241

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/037529a11c96a09c85b8bbc443f8301067c0ef22

Modified Files
--------------
src/backend/utils/adt/formatting.c |    4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Be more careful to not lose sync in the FE/BE protocol.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: to_char(): prevent writing beyond the allocated buffer