Bug 1408976
| Summary: | dbscan-bin crashing due to a segmentation fault. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Têko Mihinto <tmihinto> |
| Component: | 389-ds-base | Assignee: | Noriko Hosoi <nhosoi> |
| Status: | CLOSED ERRATA | QA Contact: | Viktor Ashirov <vashirov> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.8 | CC: | gparente, nhosoi, nkinder, rmeggins, sramling, tlavigne |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 389-ds-base-1.2.11.15-88.el6 | Doc Type: | Bug Fix |
| Doc Text: |
There was a logic error in the print out code. When a truncate option (-t width) was given, the print function cut the output and replaced the last 5 bytes with " ...\0". The position to start the replace was not correct in some case, which crashed the dbscan utility.
The position to start putting the 5 bytes is now correct, thus dbscan does not crash with the truncate option.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-03-21 10:24:31 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: | |||
|
Description
Têko Mihinto
2016-12-28 16:26:18 UTC
Upstream ticket: https://fedorahosted.org/389/ticket/49104 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/RHBA-2017-0667.html |