Bug 1579727
Summary: | glibc: Crash in __res_context_send after memory allocation failure | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Florian Weimer <fweimer> |
Component: | glibc | Assignee: | Florian Weimer <fweimer> |
Status: | CLOSED ERRATA | QA Contact: | Sergey Kolosov <skolosov> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 7.5 | CC: | aarnold, alexander.hass, ashankar, codonell, dj, fdanapfe, fweimer, kim-thomas.rehmann, migel, mnewsome, pfrankli, rrueck, skolosov, tgummels |
Target Milestone: | rc | Keywords: | Patch |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | glibc-2.17-245.el7 | Doc Type: | Bug Fix |
Doc Text: |
Cause: The DNS stub resolver in glibc did not check for a failure to allocate name server data.
Consequence: If the allocation failed, the process would crash due to a null pointer dereference.
Fix: The stub resolver now checks for failures when allocating name server data.
Result: The allocation error is reported to the caller, leading to a name resolution failure, but no process crash.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-10-30 09:38:06 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: | 1565233 |
Description
Florian Weimer
2018-05-18 08:08:11 UTC
Subsequent cleanup: commit dae6c43c33ed2d29d6d7089958ad707759a48517 Author: Andreas Schwab <schwab> Date: Thu May 17 13:04:46 2018 +0200 Remove unneeded setting of errno after malloc failure *** Bug 1579783 has been marked as a duplicate of this bug. *** 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-2018:3092 |