From 3988722c6252dc5c27b26b1909a1e8ec6fd5d332 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 15 Jan 2026 10:14:19 +0100 Subject: Removed incorrect content --- content/posts/2026-01-15-using-address-sanitizer-with-clang.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/posts/2026-01-15-using-address-sanitizer-with-clang.md b/content/posts/2026-01-15-using-address-sanitizer-with-clang.md index 5ddc149..231065d 100644 --- a/content/posts/2026-01-15-using-address-sanitizer-with-clang.md +++ b/content/posts/2026-01-15-using-address-sanitizer-with-clang.md @@ -54,9 +54,6 @@ If you run the binary it should trigger ASan. You can also specify what to show with `ASAN_OPTIONS=detect_leaks=1:verbosity=1:symbolize=1 ./main` and you should see something like this. -> By using any kind of optimization with `-On` will likely optimize the -> problematic code out. But you can never be sure of it. - ```text MemToShadow(shadow): 0x00008fff7000 0x000091ff6dff 0x004091ff6e00 0x02008fff6fff redzone=16 -- cgit v1.2.3