Bug 1144132
Summary: | calloc in dl-reloc.c computes size incorrectly | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Ben Woodard <woodard> | |
Component: | glibc | Assignee: | Carlos O'Donell <codonell> | |
Status: | CLOSED ERRATA | QA Contact: | Arjun Shankar <ashankar> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 6.5 | CC: | ashankar, foraker1, fweimer, legendre1, mcermak, pfrankli, spoyarek, tgummels | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | glibc-2.12-1.158.el6 | Doc Type: | Bug Fix | |
Doc Text: |
When the dynamic loader is profiling an application it maintains an internal cache of pre-computed data. This size of this cache of data was being incorrectly computed as being much larger than required. This large allocation could cause some profiled applications to fail with out of memory errors. The dynamic loader has been corrected to allocate only the required amount of storage for the internal cache. Applications should no longer fail with out of memory errors for this particular situation.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1144133 (view as bug list) | Environment: | ||
Last Closed: | 2015-07-22 06:14:43 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: | 1138860 |
Description
Ben Woodard
2014-09-18 18:23:58 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-1286.html |