[all-commits] [llvm/llvm-project] 6b654a: [sanitizer] Support "alloc_dealloc_mismatch" suppr...
andrewjcg via All-commits
all-commits at lists.llvm.org
Tue Jan 28 18:04:34 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b654a09c2b689438237252d6f0fbcb25c993703
https://github.com/llvm/llvm-project/commit/6b654a09c2b689438237252d6f0fbcb25c993703
Author: andrewjcg <agallagher at fb.com>
Date: 2025-01-28 (Tue, 28 Jan 2025)
Changed paths:
M compiler-rt/lib/asan/asan_allocator.cpp
M compiler-rt/lib/asan/asan_suppressions.cpp
M compiler-rt/lib/asan/asan_suppressions.h
A compiler-rt/test/asan/TestCases/suppressions-alloc-dealloc-mismatch.cpp
Log Message:
-----------
[sanitizer] Support "alloc_dealloc_mismatch" suppressions (#124197)
This adds a stack-based suppression for alloc-dealloc-mismatch
violations, using the function name to match.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list