Bugzilla – Attachment 3299 Details for
Bug 2982
gssapi_cleanup: supported mechs should be freed via gss_release_oid_set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
use existing cleanup mechanism
bz2982.diff (text/plain), 593 bytes, created by
Damien Miller
on 2019-07-12 14:05:17 AEST
(
hide
)
Description:
use existing cleanup mechanism
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2019-07-12 14:05:17 AEST
Size:
593 bytes
patch
obsolete
>diff --git a/sshconnect2.c b/sshconnect2.c >index 5c33a74..5b48c42 100644 >--- a/sshconnect2.c >+++ b/sshconnect2.c >@@ -408,6 +408,8 @@ ssh_userauth2(struct ssh *ssh, const char *local_user, > ssh_dispatch_set(ssh, SSH2_MSG_SERVICE_ACCEPT, &input_userauth_service_accept); > ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt.success); /* loop until success */ > pubkey_cleanup(ssh); >+ if (authctxt->method != NULL && authctxt->method->cleanup != NULL) >+ authctxt->method->cleanup(ssh); > ssh->authctxt = NULL; > > ssh_dispatch_range(ssh, SSH2_MSG_USERAUTH_MIN, SSH2_MSG_USERAUTH_MAX, NULL);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2982
:
3254
|
3269
|
3299
|
3533