Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1476536 Details for
Bug 1617987
autofs can no longer get maps from IPA server
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch - fix use after free in parse_ldap_config()
autofs-5.1.4-fix-use-after-free-in-parse_ldap_config.patch (text/plain), 980 bytes, created by
Ian Kent
on 2018-08-17 01:13:54 UTC
(
hide
)
Description:
Patch - fix use after free in parse_ldap_config()
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2018-08-17 01:13:54 UTC
Size:
980 bytes
patch
obsolete
>autofs-5.1.4 - fix use after free in parse_ldap_config() > >From: Ian Kent <raven@themaw.net> > >Commit a4a2af5f30 (covarity fixes) incorrecly frees local variable >authtype after assigning it to a lookup context structure member. > >Signed-off-by: Ian Kent <raven@themaw.net> >--- > CHANGELOG | 1 + > modules/lookup_ldap.c | 2 -- > 2 files changed, 1 insertion(+), 2 deletions(-) > >--- autofs-5.1.4.orig/CHANGELOG >+++ autofs-5.1.4/CHANGELOG >@@ -30,6 +30,7 @@ xx/xx/2018 autofs-5.1.5 > - fix age setting at startup. > - fix update_negative_cache() map source usage. > - fix program usage message. >+- fix use after free in parse_ldap_config(). > > 19/12/2017 autofs-5.1.4 > - fix spec file url. >--- autofs-5.1.4.orig/modules/lookup_ldap.c >+++ autofs-5.1.4/modules/lookup_ldap.c >@@ -1383,8 +1383,6 @@ auth_fail: > user, secret ? "specified" : "unspecified", > client_princ, client_cc); > } >- if (authtype) >- free(authtype); > out: > xmlFreeDoc(doc); > if (auth_conf)
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 1617987
:
1476402
|
1476403
|
1476410
| 1476536