On Tue, Jul 29, 2025 at 11:22 PM Dmitry Frolov <[email protected]> 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 <[email protected]> > --- > target/xtensa/translate.c | 11 +++-------- > 1 file changed, 3 insertions(+), 8 deletions(-)
Reviewed-by: Max Filippov <[email protected]> -- Thanks. -- Max
