Minor pg_dump improvements

Improve pg_dump by checking results on various fgetc() calls which
previously were unchecked, ditto for ftello.  Also clean up a couple
of very minor memory leaks by waiting to allocate structures until
after the initial check(s).

Issues spotted by Coverity.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cfa1b4a711dd03f824a9c3ab50911e61419d1eeb

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c |   27 +++++++++++++++++++++------
src/bin/pg_dump/pg_backup_custom.c   |    5 ++++-
src/bin/pg_dump/pg_dump.c            |    8 ++++++--
3 files changed, 31 insertions(+), 9 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to