On Tue, Jul 29, 2025 at 11:22 PM Dmitry Frolov <fro...@swemel.ru> wrote: > > malloc() return value is used without a check. > > Found by Linux Verification Center (linuxtesting.org) with SVACE. > > v2: Also replaced strdup() with g_strdup() > > Signed-off-by: Dmitry Frolov <fro...@swemel.ru> > --- > target/xtensa/translate.c | 11 +++-------- > 1 file changed, 3 insertions(+), 8 deletions(-)
Reviewed-by: Max Filippov <jcmvb...@gmail.com> -- Thanks. -- Max