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_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/509da5929ae0f5a5a51e5f86f4c9ae659c189b1a Modified Files -------------- src/bin/pg_dump/pg_dump.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
