]> granicus.if.org Git - postgresql/commit
Back-patch "Only quote libpq connection string values that need quoting."
authorNoah Misch <noah@leadboat.com>
Mon, 8 Aug 2016 14:07:53 +0000 (10:07 -0400)
committerNoah Misch <noah@leadboat.com>
Mon, 8 Aug 2016 14:07:54 +0000 (10:07 -0400)
commitc761c9fee082623777466e6a5841056960fc006c
treefacd3a045d75a0cb060545d510caeebb4dd257fa
parent2d69f5b12e5a99eea7bc175fa30e612384bf9e52
Back-patch "Only quote libpq connection string values that need quoting."

Back-patch commit 2953cd6d17210935098c803c52c6df5b12a725b9 and certain
runPgDump() bits of 3dee636e0404885d07885d41c0d70e50c784f324 to 9.2 and
9.1.  This synchronizes their doConnStrQuoting() implementations with
later releases.  Subsequent security patches will modify that function.

Security: CVE-2016-5424
src/bin/pg_dump/pg_dumpall.c