Bug 704216
Summary: | edquota defines global symbols with names that nsswitch modules might be using | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Petr Pisar <ppisar> | ||||
Component: | quota | Assignee: | Petr Pisar <ppisar> | ||||
Status: | CLOSED ERRATA | QA Contact: | Branislav Blaškovič <bblaskov> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 6.1 | CC: | azelinka, bblaskov, nalin, ovasik, ppisar | ||||
Target Milestone: | rc | Keywords: | Patch | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
URL: | https://sourceforge.net/tracker/?func=detail&aid=3300978&group_id=18136&atid=118136 | ||||||
Whiteboard: | |||||||
Fixed In Version: | quota-3.17-18.el6 | Doc Type: | Bug Fix | ||||
Doc Text: |
Cause:
Configure name server switch to use libdb back-end.
Consequence:
edquota tool crashes.
Fix:
Clashing `dirname' symbol has been made static in
edquota sources to dismiss from edquota symbol table and
not to polute symbol name space and not to confuse
dynamic linker.
Result:
edquota can be used on systems which use Berkeley
database for storing user names, group names, or
passwords.
|
Story Points: | --- | ||||
Clone Of: | 703567 | Environment: | |||||
Last Closed: | 2012-11-19 13:31:58 UTC | Type: | --- | ||||
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: | |||||||
Bug Blocks: | 836160 | ||||||
Attachments: |
|
Description
Petr Pisar
2011-05-12 13:12:54 UTC
Created attachment 498538 [details]
Fix
RHEL-5.7 (quota-3.13-5.el5) is not affected because the code is not compiled with -fPIE gcc option making all exported symbols dynamic. Accepted by upstream in commit 3ad0b3622cf92989584097787323f00bc7a36c48. This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. If you would like it considered as an exception in the current release, please ask your support representative. This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. If you would like it considered as an exception in the current release, please ask your support representative. 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. http://rhn.redhat.com/errata/RHBA-2012-1472.html |