14/11/2018 16:00, Anatoly Burakov:
> 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]>Applied, thanks

