On Fri, 20 Nov 2020 at 13:44, Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Wed, 11 Nov 2020 at 14:18, Chen Qun <kuhn.chen...@huawei.com> wrote: > > > > When 'j = icu->nr_sense – 1', the 'j < icu->nr_sense' condition is true, > > then 'j = icu->nr_sense', the'icu->init_sense[j]' has out-of-bounds access.
> > Suggested-by: Peter Maydell <peter.mayd...@linaro.org> > > Reported-by: Euler Robot <euler.ro...@huawei.com> > > Signed-off-by: Chen Qun <kuhn.chen...@huawei.com> > > > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> I'll take this via target-arm.next, I guess. thanks -- PMM