pgsql: Fix core dump in contrib/xml2's xpath_table() when the input

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix core dump in contrib/xml2's xpath_table() when the input
Date: 2008-03-26 01:19:31
Message-ID: 20080326011931.148B37558E7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix core dump in contrib/xml2's xpath_table() when the input query returns
a NULL value. Per bug #4058.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/contrib/xml2:
xpath.c (r1.6 -> r1.6.4.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xpath.c?r1=1.6&r2=1.6.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jbcooley 2008-03-26 01:33:39 npgsql - Npgsql2: Better support for the edmgen tool and other tools
Previous Message Tom Lane 2008-03-26 01:19:23 pgsql: Fix core dump in contrib/xml2's xpath_table() when the input