pgsql: Fix use of already freed memory when dumping a database's securi - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix use of already freed memory when dumping a database's securi
Date
Msg-id E1YCre4-0007JY-I6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix use of already freed memory when dumping a database's security label.

pg_dump.c:dumDatabase() called ArchiveEntry() with the results of a a
query that was PQclear()ed a couple lines earlier.

Backpatch to 9.2 where security labels for shared objects where
introduced.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/94bc1c58789440f248e65650c811abd4fd9a2886

Modified Files
--------------
src/bin/pg_dump/pg_dump.c |   14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix namespace handling in xpath function
Next
From: Andres Freund
Date:
Subject: pgsql: Fix use of already freed memory when dumping a database's securi