Bug 1201582
| Summary: | autofs: MAPFMT_DEFAULT is not macro in lookup_program.c | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Ian Kent <ikent> |
| Component: | autofs | Assignee: | Ian Kent <ikent> |
| Status: | CLOSED ERRATA | QA Contact: | Yongcheng Yang <yoyang> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.1 | CC: | eguan, ikent |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | autofs-5.0.7-49 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: A programming mistake in the program map lookup module caused an incorrect map format type comparison.
Consequence: The incorrect comparison only affects amd format program maps where it introduces unused macro definitions.
Fix: Correct the programming mistake.
Result: These macros won't be included in the environment of amd format program maps.
|
Story Points: | --- |
| Clone Of: | 1201195 | Environment: | |
| Last Closed: | 2015-11-19 13:00:55 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1201195 | ||
| Bug Blocks: | |||
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-2417.html |
review the code of autofs-5.0.7-49, looks good: 193 if (ctxt->mapfmt && !strcmp(ctxt->mapfmt, MAPFMT_DEFAULT)) { 194 struct parse_context *pctxt = (struct parse_context *) ctxt->parse->context; 195 /* Add standard environment as seen by sun map parser */ 196 pctxt->subst = addstdenv(pctxt->subst, prefix); and I also run regressions, connectathon, bugzillas, stress fot autofs-5.0.7-53, seems good. So I set the bug status to be verified.