postgresql/src/bin
Stephen Frost 09f8421819 pg_dump: Don't leak memory in buildDefaultACLCommands()
buildDefaultACLCommands() didn't destroy the string buffer created in
certain cases, leading to a memory leak.  Fix by destroying the buffer
before returning from the function.

Spotted by Coverity.

Author: Michael Paquier

Back-patch to 9.6 where buildDefaultACLCommands() was added.
2017-05-06 22:58:12 -04:00
..
initdb Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption. 2017-04-18 14:50:50 +03:00
pg_archivecleanup Fix new warnings from GCC 7 2017-04-17 13:59:46 -04:00
pg_basebackup Avoid slow shutdown of pg_basebackup. 2017-04-27 18:27:02 -04:00
pg_config Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pg_controldata Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 2017-03-07 14:25:40 +02:00
pg_ctl Sync pg_ctl documentation and usage message with reality. 2017-04-20 14:41:55 -04:00
pg_dump pg_dump: Don't leak memory in buildDefaultACLCommands() 2017-05-06 22:58:12 -04:00
pg_resetwal Fix new warnings from GCC 7 2017-04-17 13:59:46 -04:00
pg_rewind Fix new warnings from GCC 7 2017-04-17 13:59:46 -04:00
pg_test_fsync Avoid depending on non-POSIX behavior of fcntl(2). 2017-04-21 15:56:16 -04:00
pg_test_timing pg_test_timing: Add NLS 2016-11-04 10:40:05 -04:00
pg_upgrade Fix wording in pg_upgrade docs 2017-05-05 12:42:21 +02:00
pg_waldump Remove trailing spaces in some output 2017-04-13 23:15:52 -04:00
pgbench Fix pgbench's --progress-timestamp option to print Unix-epoch timestamps. 2017-04-11 08:59:40 -04:00
pgevent Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
psql Add PQencryptPasswordConn function to libpq, use it in psql and createuser. 2017-05-03 11:19:07 +03:00
scripts Add PQencryptPasswordConn function to libpq, use it in psql and createuser. 2017-05-03 11:19:07 +03:00
Makefile Rename user-facing tools with "xlog" in the name to say "wal". 2017-02-09 16:23:46 -05:00