Thread: pgsql: Guard against possible double free during error escape from XML

pgsql: Guard against possible double free during error escape from XML

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Guard against possible double free during error escape from XML
functions.  Patch for the reported issue from Kris Jurka, some
other potential trouble spots plugged by Tom.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        xml.c (r1.48 -> r1.49)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.48&r2=1.49)