GSSAPICleanupCredentials is not deleting Kerberos tickets created if one
forwards credentials (using GSSAPIDelegate Credentials) to root.
Further investigation reveals that the GSSAPI client store's filename
field is being overwritten with 0 sometime between being set in
gss-serv-krb5.c and being checked during cleanup in gss-serv.c.
The behavior of overwriting data structures with 0s seems very similar to
a bug I reported a year ago in ssh-krb5 3.8.1 on sarge:
#372680: ssh-krb5: pam_close_session is not being called
While #372680 does not seem to be a general problem in ssh 4.3p2-9, I do
notice that pam_close_session is also not being called for root in
4.3p2-9.
-Tim Abbott