Re: [PATCH v2 39/43] contrib/plugins: fix imatch

2024-01-03 Thread Philippe Mathieu-Daudé
On 3/1/24 18:33, Alex Bennée wrote: We can't directly save the ephemeral imatch from argv as that memory will get recycled. Signed-off-by: Alex Bennée --- contrib/plugins/execlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/plugins/execlog.c b/contrib/plugins

[PATCH v2 39/43] contrib/plugins: fix imatch

2024-01-03 Thread Alex Bennée
We can't directly save the ephemeral imatch from argv as that memory will get recycled. Signed-off-by: Alex Bennée --- contrib/plugins/execlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/plugins/execlog.c b/contrib/plugins/execlog.c index 82dc2f584e2..f262ee