]> granicus.if.org Git - postgresql/commit
Restrict file mode creation mask during tmpfile().
authorNoah Misch <noah@leadboat.com>
Mon, 21 Sep 2015 00:42:27 +0000 (20:42 -0400)
committerNoah Misch <noah@leadboat.com>
Mon, 21 Sep 2015 00:44:34 +0000 (20:44 -0400)
commit24aed2124a5273e4cb543b06d4b7bb2c2ad5bf3c
tree90f7c9e79e302e1cc384be96c4b5260e3935ac5d
parenteed5bbc48026976444dc020086559acc8e6f26ca
Restrict file mode creation mask during tmpfile().

Per Coverity.  Back-patch to 9.0 (all supported versions).

Michael Paquier, reviewed (in earlier versions) by Heikki Linnakangas.
src/bin/pg_dump/pg_backup_tar.c