Bug 1722215
Summary: | glibc: During exit, skip wide buffer handling for legacy stdio handles | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Florian Weimer <fweimer> | |
Component: | glibc | Assignee: | glibc team <glibc-bugzilla> | |
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-tools-bugs | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 8.2 | CC: | ashankar, codonell, dj, fweimer, mnewsome, pfrankli, skolosov | |
Target Milestone: | rc | Keywords: | Patch | |
Target Release: | 8.0 | Flags: | pm-rhel:
mirror+
|
|
Hardware: | i686 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | glibc-2.28-72.el8 | Doc Type: | Bug Fix | |
Doc Text: |
A defect in the library security hardening could cause legacy 32-bit x86 binaries to crash during exit. The security hardening has been adjusted to account for the API uses of the legacy 32-bit x86 binaries. Legacy 32-bit x86 binaries should no longer crash.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1722216 (view as bug list) | Environment: | ||
Last Closed: | 2019-11-05 21:29:05 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: | 1722216 | |||
Bug Blocks: | 1684559 |
Description
Florian Weimer
2019-06-19 17:26:43 UTC
The upstream patch has been committed: commit 21cc130b78a4db9113fb6695e2b951e697662440 Author: Dmitry V. Levin <ldv> Date: Wed Feb 13 01:20:51 2019 +0000 libio: do not attempt to free wide buffers of legacy streams [BZ #24228] Verified based on https://bugzilla.redhat.com/show_bug.cgi?id=1722215#c1, the bug is reproducible on glibc-2.28-71.el8 and doesn't on glibc-2.28-71.el8 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://access.redhat.com/errata/RHSA-2019:3513 |