Bug 130528
| Summary: | /usr/bin/rundig is missing "$opts" on two calls to htfuzzy | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 3 | Reporter: | Lance A. Brown <lance> | ||||
| Component: | htdig | Assignee: | Adam Tkac <atkac> | ||||
| Status: | CLOSED ERRATA | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 3.0 | CC: | benl, ovasik, rbiba | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | RHBA-2007-0026 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-06-11 18:48:52 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: | 84611, 189875, 220024 | ||||||
| Attachments: |
|
||||||
Verified and reproduced. Will schedule an update for the next quarterly update for Red Hat Enterprise Linux 3. Read ya, Phil Same bug on FC2 with htdig-3.2.0b5-7 Fixed in next development version. Read ya, Phil package htdig-3.1.6-5.el3 has been builded. This bug is fixed here Created attachment 144100 [details]
Additional patch
problem wasn't only in rundig script. Missimg $opts causes that htfuzzy always
uses default config file. This patch fixes sigfaults
The bug is not only in the rundig script, the htfuzzy application segfault all by itself. Atkac fixed one bug yesterday, but it still seems that there is some other left. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2007-0026.html |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040808 Firefox/0.9.3 Description of problem: This is a repeat in RHEL 3 Update 2 of bug number 74221 from Red Hat 8. /usr/bin/rundig is missing "$opts" in the calls to /usr/bin/htfuzzy on the last two lines of the script. Leaving it out causes htfuzzy to segfault when using rundig with a custom configuration file. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. set up a custom htdig configuration 2. run /usr/bin/rundig custom.conf 3. Actual Results: htfuzzy generates two segmentation faults Expected Results: sucessful htfuzzy results Additional info: