Thanks to visit codestin.com
Credit goes to postgrespro.com

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

From [email protected] (Tom Lane)
Subject pgsql: Guard against possible double free during error escape from XML
Date
Msg-id [email protected]
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: [email protected] (User Fxjr)
Date:
Subject: npgsql - Npgsql2: Added initial support for a copy serializer for COPY
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Strengthen type_sanity's check on pg_type.typarray.