]> granicus.if.org Git - postgresql/commit
Fix core dump in contrib/xml2's xpath_table() when the input query returns
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Mar 2008 01:19:11 +0000 (01:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Mar 2008 01:19:11 +0000 (01:19 +0000)
commita07375e39a5a140f57fb704a77b0d887a0f1be34
tree3c3b1bcc4ad3deb9b530b9700100bced71023df5
parente5fab267c556c712e4102b33df4362ff07dceee9
Fix core dump in contrib/xml2's xpath_table() when the input query returns
a NULL value.  Per bug #4058.
contrib/xml2/xpath.c