Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:mdelves:apache
apache2-mod_auth_kerb
mod_auth_kerb-5.4-auth_segfault.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mod_auth_kerb-5.4-auth_segfault.patch of Package apache2-mod_auth_kerb
diff -ruN mod_auth_kerb-5.4.orig/src/mod_auth_kerb.c mod_auth_kerb-5.4/src/mod_auth_kerb.c --- mod_auth_kerb-5.4.orig/src/mod_auth_kerb.c 2018-12-12 16:59:43.762013269 +0100 +++ mod_auth_kerb-5.4/src/mod_auth_kerb.c 2018-12-12 16:59:59.151945123 +0100 @@ -799,11 +799,9 @@ "failed to verify krb5 credentials: %s", krb5_get_err_text(context, ret)); krb5_kt_end_seq_get(context, keytab, &cursor); - krb5_kt_close(context, keytab); goto end; } krb5_kt_end_seq_get(context, keytab, &cursor); - krb5_kt_close(context, keytab); } else { if ((ret = verify_krb5_init_creds(r, context, &creds, server, keytab))) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor