Re: [PATCH] eal/linux: clear asan after allocation and before prefaulting

2024-10-22 Thread Alex Michon
Hello David, I ran some more tests and it turns out that this issue was already fixed by this commit: 4d8bdd8b56 malloc: fix ASan handling for unmapped memory Sorry about the noise, Alex From: David Marchand Sent: 08 October 2024 11:36 To: Alex Michon Cc

[PATCH] eal/linux: clear asan after allocation and before prefaulting

2024-07-25 Thread Alex Michon
Prefaulting may generate asan error. Signed-off-by: Alex Michon --- .mailmap | 1 + lib/eal/linux/eal_memalloc.c | 5 + 2 files changed, 6 insertions(+) diff --git a/.mailmap b/.mailmap index 3f3f0442e5..b1655a4080 100644 --- a/.mailmap +++ b/.mailmap @@ -60,6 +60,7