On Mon, Jun 12, 2023 at 02:56:33PM +0800, Siqi Chen wrote: > When translating "imask" instruction of Tricore architecture, QEMU did not > check whether the register index was out of bounds, resulting in a > global-buffer-overflow. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1698 > Reported-by: Siqi Chen <coc.c...@gmail.com> > Signed-off-by: Siqi Chen <coc.c...@gmail.com> > --- > target/tricore/translate.c | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> Cheers, Bastian