Re: [PATCH 2/2] crash_core: fix out-of-bounds access check in crash_exclude_mem_range()
From: Andrew Morton
Date: Mon Dec 18 2023 - 12:29:49 EST
On Mon, 18 Dec 2023 16:19:15 +0800 Yuntao Wang <ytcoode@xxxxxxxxx> wrote:
> mem->nr_ranges represents the current number of elements stored in
> the mem->ranges array, and mem->max_nr_ranges represents the maximum number
> of elements that the mem->ranges array can hold. Therefore, the correct
> array out-of-bounds check should be mem->nr_ranges >= mem->max_nr_ranges.
>
This does not apply after your own "crash_core: fix and simplify the
logic of crash_exclude_mem_range()". What should be done?