pgsql: Guard against possible double free during error escape from XML - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Guard against possible double free during error escape from XML
Date
Msg-id 20071013204647.4280C753E4C@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: Added initial support for a copy serializer for COPY
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Strengthen type_sanity's check on pg_type.typarray.