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 157406 Details for
Bug 244779
autofs stopped finding LDAP master map
[?]
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 to initialize local var in parse_server_string
autofs-5.0.1-bad-proto-init.patch (text/plain), 363 bytes, created by
Ian Kent
on 2007-06-19 18:15:37 UTC
(
hide
)
Description:
Patch to initialize local var in parse_server_string
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2007-06-19 18:15:37 UTC
Size:
363 bytes
patch
obsolete
>diff --git a/modules/lookup_ldap.c b/modules/lookup_ldap.c >index 06506a0..a3fb05f 100644 >--- a/modules/lookup_ldap.c >+++ b/modules/lookup_ldap.c >@@ -549,7 +549,7 @@ static int parse_server_string(const char *url, struct lookup_context *ctxt) > const char *ptr, *name; > int l, al_len; > >- *proto = '\0'; >+ memset(proto, 0, 9); > ptr = url; > > debug(LOGOPT_NONE,
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 244779
:
157376
| 157406