Re: [PATCH 10/23] plugins/lockstep: make mixed-mode safe

2024-06-28 Thread Richard Henderson
On 6/28/24 05:42, Alex Bennée wrote: The ExecState is shared across the socket and if we want to compare say 64 bit and 32 bit binaries we need the two to use the same sizes for things. Signed-off-by: Alex Bennée --- contrib/plugins/lockstep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 del

[PATCH 10/23] plugins/lockstep: make mixed-mode safe

2024-06-28 Thread Alex Bennée
The ExecState is shared across the socket and if we want to compare say 64 bit and 32 bit binaries we need the two to use the same sizes for things. Signed-off-by: Alex Bennée --- contrib/plugins/lockstep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/plugins/l