Bug 432070
| Summary: | bad definition of ServerIPAddress makes setup-ds-admin.pl segfault | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Directory Server | Reporter: | Chris Duryee <cduryee> | ||||
| Component: | Install/Uninstall | Assignee: | Nathan Kinder <nkinder> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Chandrasekar Kannan <ckannan> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 8.0 | CC: | benl, nhosoi, nmalik | ||||
| Target Milestone: | DS8.1 | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-01-28 23:49:30 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: | 249650 | ||||||
| Attachments: |
|
||||||
|
Description
Chris Duryee
2008-02-08 17:55:24 UTC
Created attachment 294388 [details]
program to reproduce the problem
Looks like the code in validate_addr() in adminserver/admserv/cgi-src40/config.c is incorrect, both the logic and the error checking. The logic used in validate_addr() has been changed by the fix for bug 430364. There is no need for the validation code to be concerned with the hostname. The validation now simply ensures that the requested address is available on the system by trying to bind it to a socket. *** This bug has been marked as a duplicate of bug 430364 *** |