[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re: Fix a potential Use-after-free bug in handle_simd_shift_fpint_co
From: |
Peter Maydell |
Subject: |
Re: Re: Fix a potential Use-after-free bug in handle_simd_shift_fpint_conv() (v6.2.0). |
Date: |
Fri, 25 Feb 2022 11:41:36 +0000 |
On Fri, 25 Feb 2022 at 04:05, <wliang@stu.xidian.edu.cn> wrote:
>
>
> >
> > The fix is correct. We just need the submission formatted properly, with
> > your
> > Signed-off-by tag. When re-formatting, you can add my
> >
> > Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> >
>
> > r~
>
> Hi guys,
>
> Thank you for waiting for me.
>
> Here is a new patch with Signed-off-by tags.
Thanks; I've applied this patch to target-arm.next (with some cleanup
of the commit message).
PS: the subject line suggests you're creating patches against the 6.2.0
release. For submitting patches to us, please always make them against
the current head-of-git, not against an old release version. (As it
happens, this patch is fine anyway, as the code in question hadn't
changed.)
thanks
-- PMM