]> granicus.if.org Git - postgresql/commit
Convert newlines to spaces in names written in pg_dump comments.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Feb 2012 20:53:09 +0000 (15:53 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Feb 2012 20:53:09 +0000 (15:53 -0500)
commit89e0bac86dbca40dfc321926205f2a90d3da5437
treeeb6b9b1d6336ca592914e3d83485b4d84b426eaa
parent077711c2e3e86384d19d833233bd35e05b921cfc
Convert newlines to spaces in names written in pg_dump comments.

pg_dump was incautious about sanitizing object names that are emitted
within SQL comments in its output script.  A name containing a newline
would at least render the script syntactically incorrect.  Maliciously
crafted object names could present a SQL injection risk when the script
is reloaded.

Reported by Heikki Linnakangas, patch by Robert Haas

Security: CVE-2012-0868
src/bin/pg_dump/pg_backup_archiver.c