Bug 1167842
Summary: | Wrong type conversion makes dhm test hang on s390(x) | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michal Toman <mtoman> | ||||
Component: | polarssl | Assignee: | Morten Stevens <ms> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 20 | CC: | dan, mads, ms, rvokal | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | s390x | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | polarssl-1.2.12-2.fc20 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-12-12 04:06:30 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: | 467765 | ||||||
Attachments: |
|
upstream commits are in development branch - https://github.com/polarssl/polarssl/commit/ef5087d150d5804e239878b17f357c9fee627883 in 1.2 branch - https://github.com/polarssl/polarssl/commit/0b0b522932ed70e93f18eca66dede570ea1a00a3 => see the missing parenthesis around the "r >> biL" expression reported as https://github.com/polarssl/polarssl/issues/143 polarssl-1.2.12-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/polarssl-1.2.12-2.fc20 polarssl-1.2.12-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/polarssl-1.2.12-2.fc19 Package polarssl-1.2.12-2.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing polarssl-1.2.12-2.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-16094/polarssl-1.2.12-2.fc20 then log in and leave karma (feedback). polarssl-1.2.12-2.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. polarssl-1.2.12-2.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 961228 [details] polarssl-fix-conversion.patch Description of problem: The dhm test enters an endless loop when built on s390(x) because of wrong type conversion. Version-Release number of selected component (if applicable): polarssl-1.2.12-1.fc19 polarssl-1.2.12-1.fc20 How reproducible: Always Steps to Reproduce: 1. Try to build polarssl-1.2.12-1.fc20 on s390 or s390x Actual results: dhm test enters an endless loop Expected results: dhm test passes Additional info: This only affects F19 and F20. The problem is already fixed in upstream and polarssl-1.3.* (F21+). Attaching a patch.