Properly close token in sspi authentication

Magnus Hagander <magnus@hagander.net>

Commit: 77d8edcf5443a7047b2dc792300255ec129228cf
Author: Magnus Hagander <magnus@hagander.net>
Date: 2016-01-14T12:07:45Z
Releases: 9.3.11
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

Files

PathChange+/−
src/backend/libpq/auth.c modified +2 −0