Skip to content
Commit 75b53d56 authored by Jussi Kivilinna's avatar Jussi Kivilinna Committed by Gregory Nutt
Browse files

mm/mm-heap: memalign: fix heap corruption caused by using unaligned chuck...

mm/mm-heap: memalign: fix heap corruption caused by using unaligned chuck size.  Unaligned nodes generated by memalign later cause heap corruptions when nodes are shrink further (for example, 24 bytes -> 8 bytes, when alignment is 16 bytes).
parent 70c59a9d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment