https://sourceware.org/bugzilla/show_bug.cgi?id=31058
Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED CC| |mark at klomp dot org --- Comment #1 from Mark Wielaard <mark at klomp dot org> --- Thanks, fixed with this commit so no random global strings are returned. commit 373f5212677235fc3ca6068b887111554790f944 Author: Mark Wielaard <m...@klomp.org> Date: Mon Nov 13 22:38:10 2023 +0100 backends: Fix arm_machine_flag_name version string. arm_machine_flag_name checks the version byte and if not zero returns a version string. There are only 5 versions defined. So check the version byte is not larger. * backends/arm_machineflagname.c (arm_machine_flag_name): Check version <= 0, otherwise return NULL. https://sourceware.org/bugzilla/show_bug.cgi?id=31058 Signed-off-by: Mark Wielaard <m...@klomp.org> -- You are receiving this mail because: You are on the CC list for the bug.