]> granicus.if.org Git - postgresql/commit
Properly close token in sspi authentication
authorMagnus Hagander <magnus@hagander.net>
Thu, 14 Jan 2016 12:06:03 +0000 (13:06 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 14 Jan 2016 12:07:20 +0000 (13:07 +0100)
commit3276ca303d44025a5e1232a1e62152ea95a26b03
tree9bea4a03fae8ab74c099df03c546ce03cfacd4b2
parentc42df2d46c4223127116b1d7eb27719adbba39ab
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
src/backend/libpq/auth.c