qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 05/10] target/xtensa: add FIXME for translation memory lea


From: Max Filippov
Subject: Re: [PATCH v2 05/10] target/xtensa: add FIXME for translation memory leak
Date: Wed, 1 Apr 2020 15:58:30 -0700

On Wed, Apr 1, 2020 at 2:48 AM Alex Bennée <address@hidden> wrote:
>
> Dynamically allocating a new structure within the DisasContext can
> potentially leak as we can longjmp out of the translation loop (see
> test_phys_mem). The proper fix would be to use static allocation
> within the DisasContext but as the Xtensa translator imports it's code
> from elsewhere I leave that as an exercise for the maintainer.
>
> Signed-off-by: Alex Bennée <address@hidden>
> Cc: Max Filippov <address@hidden>
> ---
>  target/xtensa/translate.c | 5 +++++
>  1 file changed, 5 insertions(+)

Acked-by: Max Filippov <address@hidden>

-- 
Thanks.
-- Max



reply via email to

[Prev in Thread] Current Thread [Next in Thread]