On 14-Nov-18 3:00 PM, Anatoly Burakov wrote:
It may so happen that two memory locations may be adjacent in virtual memory, but belong to different segment lists. With current code, such segments will be concatenated. Fix the adjacency checking code to also check if the adjacent malloc elements belong to the same memseg list.Fixes: 66cc45e293ed ("mem: replace memseg with memseg lists") Cc: [email protected] Signed-off-by: Anatoly Burakov <[email protected]> ---
Oops, reply tag was set wrong. -- Thanks, Anatoly

