diff options
author | Andres Freund <andres@anarazel.de> | 2015-01-18 15:57:55 +0100 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-01-18 16:16:29 +0100 |
commit | 509da5929ae0f5a5a51e5f86f4c9ae659c189b1a (patch) | |
tree | ce06a07c102ec9666a64c43ce9545e0400667288 /src/backend/utils/adt/numeric.c | |
parent | e32cb8d0e02f8f3fa2c66d80b5cf0ad762c79c9d (diff) | |
download | postgresql-509da5929ae0f5a5a51e5f86f4c9ae659c189b1a.tar.gz postgresql-509da5929ae0f5a5a51e5f86f4c9ae659c189b1a.zip |
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.
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions