pgsql: Restrict file mode creation mask during tmpfile().

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Restrict file mode creation mask during tmpfile().
Дата
Msg-id E1ZdpTK-0008FU-Fd@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Restrict file mode creation mask during tmpfile().  (Noah Misch <noah@leadboat.com>)
Список pgsql-committers
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.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/24aed2124a5273e4cb543b06d4b7bb2c2ad5bf3c

Modified Files
--------------
src/bin/pg_dump/pg_backup_tar.c |   12 ++++++++++++
1 file changed, 12 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Remove the row_security=force GUC value.