pgsql: Properly close token in sspi authentication

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Properly close token in sspi authentication
Дата
Msg-id E1aJgih-0002zH-4f@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Properly close token in sspi authentication

We can never leak more than one token, but we shouldn't do that. We
don't bother closing it in the error paths since the process will
exit shortly anyway.

Christian Ullrich

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/df0bd5a0f7e8893e1177f53b1ca126ffaf24160e

Modified Files
--------------
src/backend/libpq/auth.c |    2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Properly close token in sspi authentication
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Properly close token in sspi authentication