Re: pgsql: Fix crash with old libxml2

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Fix crash with old libxml2
Дата
Msg-id 20190308222148.GA26971@alvherre.pgsql
обсуждение исходный текст
Ответ на pgsql: Fix crash with old libxml2  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-committers
On 2019-Mar-08, Alvaro Herrera wrote:

> Fix crash with old libxml2
> 
> Certain libxml2 versions (such as the 2.7.6 commonly seen in older
> distributions, but apparently only on x86_64) contain a bug that causes
> xmlCopyNode, when called on a XML_DOCUMENT_NODE, to return a node that
> xmlFreeNode crashes on.  Arrange to call xmlFreeDoc instead of
> xmlFreeNode for those nodes.

I forgot to note in the commit message that the crash was introduced
yesterday with commit 251cf2e27bec98274e8bb002608680bdc211319e, "Fix
minor deficiencies in XMLTABLE, xpath(), xmlexists()".

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix crash with old libxml2
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Tighten use of OpenTransientFile and CloseTransientFile