pgsql: Properly handle Win32 paths of 'E:abc', which can be either abso

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Properly handle Win32 paths of 'E:abc', which can be either abso
Дата
Msg-id E1PoGlq-00068e-AT@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Properly handle Win32 paths of 'E:abc', which can be either abso  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Properly handle Win32 paths of 'E:abc', which can be either absolute or
relative, by creating a function path_is_relative_and_below_cwd() to
check for specific requirements.  It is unclear if this fixes a security
problem or not but the new code is more robust.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0de0cc150af46122238f2fe03605bf14e1a7c276

Modified Files
--------------
contrib/adminpack/adminpack.c   |   40 ++++++++++++++++++--------------------
src/backend/utils/adt/genfile.c |   39 ++++++++++++++++++-------------------
src/include/port.h              |    9 +------
src/port/path.c                 |   33 ++++++++++++++++++++++++++++++++
4 files changed, 73 insertions(+), 48 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: DDL support for collations
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: DDL support for collations