Обсуждение: pgsql: Properly close token in sspi authentication

Поиск
Список
Период
Сортировка

pgsql: Properly close token in sspi authentication

От
Magnus Hagander
Дата:
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6a61d1ff9dce7406c0affdc013da27ed4252ba29

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