[0/3] x86: further disassembler tweaks

Message ID 61597ebf-cc5e-2029-6520-31f7adfeea68@suse.com
Headers
Series x86: further disassembler tweaks |

Message

Jan Beulich April 24, 2023, 7:33 a.m. UTC
  The first patch is an attempt to deal with recently uncovered (but
latently present for longer) dangling pointer warnings issued by gcc.
I'll commit this patch right away, in the hope that it helps. The
latter two patches address observations made while checking whether
the approach taken in patch 1 is actually safe. I'll keep these pending
for a few days, in case there are comments (or even objections).

1: work around compiler diagnosing dangling pointer
2: limit data passed to prefix_name()
3: limit data passed to i386_dis_printf()

Jan