pgsql: Properly close token in sspi authentication - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Properly close token in sspi authentication
Date
Msg-id E1aJgih-0002zI-4Z@gemulon.postgresql.org
Whole thread Raw
List 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_1_STABLE

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

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


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Properly close token in sspi authentication
Next
From: Magnus Hagander
Date:
Subject: pgsql: Properly close token in sspi authentication