FreeBSD Bugzilla – Attachment 197124 Details for
Bug 231390
security/heimdal fix for squid gssapi memory leak
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
kerberos context patch
patch-lib__krb5__context.c (text/plain), 493 bytes, created by
dewayne
on 2018-09-16 05:59:09 UTC
(
hide
)
Description:
kerberos context patch
Filename:
MIME Type:
Creator:
dewayne
Created:
2018-09-16 05:59:09 UTC
Size:
493 bytes
patch
obsolete
>--- lib/krb5/context.c.orig 2018-09-16 13:41:11.000000000 +1000 >+++ lib/krb5/context.c 2018-09-16 13:43:27.000000000 +1000 >@@ -622,6 +622,9 @@ > free(context->etypes); > free(context->cfg_etypes); > free(context->etypes_des); >+ free(context->permitted_enctypes); >+ free(context->tgs_etypes); >+ free(context->as_etypes); > krb5_free_host_realm (context, context->default_realms); > krb5_config_file_free (context, context->cf); > free_error_table (context->et_list);
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 Raw
Actions:
View
Attachments on
bug 231390
: 197124 |
197125
|
198958