Avoid null pointer dereference if error result lacks SQLSTATE. Although error results received from the backend should always have a SQLSTATE field, ones generated by libpq won't, making this code vulnerable to a crash after, say, untimely loss of connection. Noted by Coverity.
Oversight in commit 403a3d91c. Back-patch to 9.5, as that was. Branch ------ REL9_6_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/1127377a578bde76ed09edd7cd5d8965365c8aaa Modified Files -------------- src/bin/pg_dump/pg_backup_db.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-)
