Fix Windows shell argument quoting.

Noah Misch <noah@leadboat.com>

Commit: 2e5e90d8d10ca568381adfaaf53e8a9e8e342375
Author: Noah Misch <noah@leadboat.com>
Date: 2016-08-08T14:07:50Z
Releases: 9.5.4
Fix Windows shell argument quoting.

The incorrect quoting may have permitted arbitrary command execution.
At a minimum, it gave broader control over the command line to actors
supposed to have control over a single argument.  Back-patch to 9.1 (all
supported versions).

Security: CVE-2016-5424

Files

PathChange+/−
src/bin/pg_dump/pg_dumpall.c modified +47 −5