Re: UTF8 national character data type support WIP patch and list of open issues.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: UTF8 national character data type support WIP patch and list of open issues.
Дата
Msg-id 934.1384398365@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: UTF8 national character data type support WIP patch and list of open issues.  (Tatsuo Ishii <ishii@postgresql.org>)
Список pgsql-hackers
Tatsuo Ishii <ishii@postgresql.org> writes:
> BTW, same characters are assigned different code points are pretty
> common in many character sets (Unicode, for example).

This is widely considered a security bug; read section 10 in RFC 3629 (the
definition of UTF8), and search the CVE database a bit if you still doubt
it's a threat.  I'm going to push back very hard on any suggestion that
Postgres should build itself around a text representation with that kind
of weakness designed in.
        regards, tom lane

[1] http://tools.ietf.org/html/rfc3629#section-10



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: commit fest 2013-11 starts this Friday
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: [PATCH] Report exit code from external recovery commands properly