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 947382 Details for
Bug 1153130
autofs-5.0.5-109 with upgrade to RHEL 6.6 no longer recognizes +yp: in auto.master
[?]
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 fix master map type check
autofs-5.1.0-fix-fix-master-map-type-check.patch (text/plain), 1.19 KB, created by
Ian Kent
on 2014-10-16 00:58:39 UTC
(
hide
)
Description:
Patch - fix fix master map type check
Filename:
MIME Type:
Creator:
Ian Kent
Created:
2014-10-16 00:58:39 UTC
Size:
1.19 KB
patch
obsolete
>autofs-5.1.0 - fix fix master map type check > >From: Ian Kent <ikent@redhat.com> > >The map type is of the form <type>[,<format>] but the master map type >check for the old style map syntax wasn't allowing for <format> to be >given (see commit 7c104167). > >When fixing this an incorrect length was accidently used when checking >for the "yp" map type which causes it to never match. >--- > CHANGELOG | 1 + > daemon/lookup.c | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > >--- autofs-5.0.5.orig/CHANGELOG >+++ autofs-5.0.5/CHANGELOG >@@ -242,6 +242,7 @@ > - fix out of order clearing of options buffer. > - fix reset amd lexer scan buffer. > - ignore multiple commas in options strings. >+- fix fix master map type check. > > 03/09/2009 autofs-5.0.5 > ----------------------- >--- autofs-5.0.5.orig/daemon/lookup.c >+++ autofs-5.0.5/daemon/lookup.c >@@ -233,7 +233,7 @@ int lookup_nss_read_master(struct master > memset(source, 0, 10); > if ((!strncmp(name, "file", 4) && > (name[4] == ',' || name[4] == ':')) || >- (!strncmp(name, "yp", 3) && >+ (!strncmp(name, "yp", 2) && > (name[3] == ',' || name[3] == ':')) || > (!strncmp(name, "nis", 3) && > (name[3] == ',' || name[3] == ':')) ||
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 1153130
:
947382
|
947397