Bug 1774115
| Summary: | glibc: dlopen failure (e.g. of executable) should not corrupt TLS modid | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Florian Weimer <fweimer> | 
| Component: | glibc | Assignee: | Florian Weimer <fweimer> | 
| Status: | CLOSED ERRATA | QA Contact: | Sergey Kolosov <skolosov> | 
| Severity: | unspecified | Docs Contact: | Zuzana Zoubkova <zzoubkov> | 
| Priority: | unspecified | ||
| Version: | 8.2 | CC: | ashankar, codonell, dj, fweimer, lmanasko, mcermak, mnewsome, pfrankli, sipoyare | 
| Target Milestone: | rc | Keywords: | Patch, Triaged | 
| Target Release: | 8.3 | Flags: | pm-rhel:
                mirror+ | 
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | glibc-2.28-121.el8 | Doc Type: | Bug Fix | 
| Doc Text: | .Assertion failures no longer occur during `pthread_create`
Previously, the `glibc` dynamic loader did not roll back changes to the internal Thread Local Storage (TLS) module ID counter. As a consequence, an assertion failure in the `pthread_create` function could occur after the `dlopen` function had failed in certain ways. With this fix, the `glibc` dynamic loader updates the TLS module ID counter at a later point in time, after certain failures can no longer happen. As a result, the assertion failures no longer occur. | Story Points: | --- | 
| Clone Of: | Environment: | ||
| Last Closed: | 2020-11-04 01:32:42 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: | 1819986 | ||
| 
        
          Description
        
        
          Florian Weimer
        
        
        
        
        
          2019-11-19 16:02:05 UTC
        
       Verified with the reproducer from https://bugzilla.redhat.com/show_bug.cgi?id=1740039#c0 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 (Moderate: glibc security, bug fix, and enhancement update), 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-2020:4444 |