Re: BUG #3675: Crash on xpath function with 2 parameters

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: BUG #3675: Crash on xpath function with 2 parameters
Дата
Msg-id Pine.BSO.4.64.0710131327480.14083@leary.csoft.net
обсуждение исходный текст
Ответ на BUG #3675: Crash on xpath function with 2 parameters  ("Jeremy Palmer" <jpalmer@linz.govt.nz>)
Ответы Re: BUG #3675: Crash on xpath function with 2 parameters  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On Sat, 13 Oct 2007, Jeremy Palmer wrote:

> The following bug has been logged online:
>
> Bug reference:      3675
> PostgreSQL version: 8.3b1
> Operating system:   WinXP SP2
> Description:        Crash on xpath function with 2 parameters
> Details:
>
> The following query crashes the backend:
>
> SELECT xpath('/my:a/text()', '<my:a
> xmlns:my="http://example.com">test</my:a>');
>

This patch avoids the double free of xpathcomp and fixes things for me.

Kris Jurka

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

Предыдущее
От: "Rolf de By"
Дата:
Сообщение: BUG #3676: README.TXT is duff gen
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3675: Crash on xpath function with 2 parameters