Bug 1226209
Summary: | segfault in ssleay_rand_bytes due to locking regression | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Tomas Mraz <tmraz> |
Component: | openssl | Assignee: | Tomas Mraz <tmraz> |
Status: | CLOSED ERRATA | QA Contact: | Alicja Kario <hkario> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.7 | CC: | arubin, fweimer, jsrhbz, ksrot, qe-baseos-security, sforsber, tlavigne, tmraz |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openssl-1.0.1e-39.el6 | Doc Type: | Bug Fix |
Doc Text: |
Cause:
A refactoring of locking of the RAND subsystem in the OpenSSL library introduced a regression.
Consequence:
A multithreaded application using the OpenSSL library could crash if multiple threads simultaneously pulled random numbers from the OpenSSL RNG.
Fix:
The regression is fixed and the locking is now properly handled.
Result:
The multithreaded applications do not crash anymore when multiple threads pull random numbers from the OpenSSL RNG simultaneously.
|
Story Points: | --- |
Clone Of: | 1226204 | Environment: | |
Last Closed: | 2015-07-22 07:31:26 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: | 1225994, 1226204, 1227734 | ||
Bug Blocks: | 1227574 |
Description
Tomas Mraz
2015-05-29 08:30:26 UTC
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-2015-1398.html |