diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-15 10:14:19 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-15 10:14:19 +0100 |
| commit | 3988722c6252dc5c27b26b1909a1e8ec6fd5d332 (patch) | |
| tree | b329eedc00b4754a4054a50d6bb84717348c97a0 | |
| parent | 4c422650f94b58de66ac68c0ec9d9967d8310751 (diff) | |
| download | mitjafelicijan.com-3988722c6252dc5c27b26b1909a1e8ec6fd5d332.tar.gz | |
Removed incorrect content
| -rw-r--r-- | content/posts/2026-01-15-using-address-sanitizer-with-clang.md | 3 |
1 files changed, 0 insertions, 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 | |||
| 54 | show with `ASAN_OPTIONS=detect_leaks=1:verbosity=1:symbolize=1 ./main` and you | 54 | show with `ASAN_OPTIONS=detect_leaks=1:verbosity=1:symbolize=1 ./main` and you |
| 55 | should see something like this. | 55 | should see something like this. |
| 56 | 56 | ||
| 57 | > By using any kind of optimization with `-On` will likely optimize the | ||
| 58 | > problematic code out. But you can never be sure of it. | ||
| 59 | |||
| 60 | ```text | 57 | ```text |
| 61 | MemToShadow(shadow): 0x00008fff7000 0x000091ff6dff 0x004091ff6e00 0x02008fff6fff | 58 | MemToShadow(shadow): 0x00008fff7000 0x000091ff6dff 0x004091ff6e00 0x02008fff6fff |
| 62 | redzone=16 | 59 | redzone=16 |
