postgresql/src/bin
Stephen Frost d74ecbc8d8 Protect against NULL-dereference in pg_dump
findTableByOid() is allowed to return NULL and we should therefore be
checking for that case.  getOwnedSeqs() and dumpSequence() shouldn't
ever actually see this happen, but given odd circumstances it might and
commit f9e439b1 probably shouldn't have removed that check.

Pointed out by Coverity.  Initial patch from Michael Paquier.

Back-patch to 9.6, where that commit had removed the check.
2017-01-06 15:27:47 -05:00
..
initdb Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pg_archivecleanup pg_archivecleanup: Add NLS 2016-11-04 10:40:05 -04:00
pg_basebackup Add new TAP tests for pg_recvlogical 2017-01-04 19:06:45 +00:00
pg_config Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pg_controldata Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pg_ctl Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pg_dump Protect against NULL-dereference in pg_dump 2017-01-06 15:27:47 -05:00
pg_resetxlog Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pg_rewind Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pg_test_fsync pg_test_fsync: Add NLS 2016-11-04 10:40:05 -04:00
pg_test_timing pg_test_timing: Add NLS 2016-11-04 10:40:05 -04:00
pg_upgrade Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pg_xlogdump Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pgbench Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pgevent Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
psql Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
scripts Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Makefile Update copyright via script for 2017 2017-01-03 13:48:53 -05:00