]> 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:23 +0000 (20:44 -0400)
commit5dc49efe9012793110ef5dab9a9a1a7730a70e3f
treea2647fc981497164501958c5766577d40508f244
parent553ce7e9a8d147cae75f0656a628c29dcbe498d8
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