[Bug malloc/21754] New: malloc: Perform as little work as possible after heap consistency check failures
fweimer at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Jul 12 00:02:00 GMT 2017
https://sourceware.org/bugzilla/show_bug.cgi?id=21754
Bug ID: 21754
Summary: malloc: Perform as little work as possible after heap
consistency check failures
Product: glibc
Version: 2.26
Status: NEW
Severity: normal
Priority: P2
Component: malloc
Assignee: unassigned at sourceware dot org
Reporter: fweimer at redhat dot com
Target Milestone: ---
We currently perform a backtrace, flush stdio buffers (via abort), do string
processing, and so on. There appear to be exploitation techniques which abuse
the current behavior.
This will allow us to remove the corrupted arena handling code. It is
reportedly buggy.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list