diff options
| author | Alex Bennée | 2020-04-03 21:11:43 +0200 |
|---|---|---|
| committer | Alex Bennée | 2020-04-07 17:19:49 +0200 |
| commit | 1f089c6705fdb0da1b6def842ecf323b07a4460f (patch) | |
| tree | 1f063420899505aa2b6d0f1b37e51bb956ae92c2 /include/exec/user | |
| parent | linux-user: more debug for init_guest_space (diff) | |
| download | qemu-1f089c6705fdb0da1b6def842ecf323b07a4460f.tar.gz qemu-1f089c6705fdb0da1b6def842ecf323b07a4460f.tar.xz qemu-1f089c6705fdb0da1b6def842ecf323b07a4460f.zip | |
target/xtensa: add FIXME for translation memory leak
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 <alex.bennee@linaro.org>
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Message-Id: <20200403191150.863-6-alex.bennee@linaro.org>
Diffstat (limited to 'include/exec/user')
0 files changed, 0 insertions, 0 deletions
