Re: [PATCH 3/7] contrib/plugins/execlog: Add tab to the separator search of insn_disas

2025-07-10 Thread Pierrick Bouvier
On 7/10/25 3:45 AM, Alex Bennée wrote: From: Yodel Eldar Currently, execlog searches for a space separator between the instruction mnemonic and operands, but some disassemblers, e.g. Alpha's, use a tab separator instead; this results in a null pointer being passed as the haystack in g_strstr du

[PATCH 3/7] contrib/plugins/execlog: Add tab to the separator search of insn_disas

2025-07-10 Thread Alex Bennée
From: Yodel Eldar Currently, execlog searches for a space separator between the instruction mnemonic and operands, but some disassemblers, e.g. Alpha's, use a tab separator instead; this results in a null pointer being passed as the haystack in g_strstr during a subsequent register search, i.e. u