Bug 975488
Summary: | Additional flags might have no effect on 32bit architectures | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Jakub Hrozek <jhrozek> | |
Component: | libtevent | Assignee: | Jakub Hrozek <jhrozek> | |
Status: | CLOSED ERRATA | QA Contact: | Kaushik Banerjee <kbanerje> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 5.10 | CC: | apeetham, asn, dpal | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | libtevent-0.9.18-2.el5 | Doc Type: | Bug Fix | |
Doc Text: |
Cause: A condition in the poll backend copied a 64bit variable into an unsigned int variable, which smaller than 64bit on 32bit architectures.
Consequence: Later, using that unsigned int variable in a condition rendered that condition to be always false
Fix: The variable was fixed to be of uint64_t, guaranteeing its width to be 64 bits on all architectures.
Result: The condition now yields expected results.
|
Story Points: | --- | |
Clone Of: | ||||
: | 975489 975490 (view as bug list) | Environment: | ||
Last Closed: | 2013-09-30 23:22:23 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: | ||||
Bug Blocks: | 975489, 975490 |
Description
Jakub Hrozek
2013-06-18 15:05:53 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. Verified on libtevent-0.9.18-2.el5. Sanity tests passed and no related regression detected. 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-2013-1343.html |