[PATCH v2 9/9] NEWS: Add a new feature sampling-asan

Sung-hun Kim sfoon.kim@samsung.com
Thu Sep 25 08:56:07 GMT 2025


Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
---
 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index 9831f7f5d4..d68bc7581f 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,13 @@ Major new features:
 
   [Add new features here]
 
+* A new memory debugging feature, sampling-asan, has been added.
+  Sampling-asan provides a sampling-based address sanitization.
+  [m|r|c]alloc_sanitize and free_sanitize calls are added in malloc-debug.c
+  and they forward [m|r|c]alloc and free calls to sampling-asan. To use
+  sampling-asan, pass "MALLOC_SANITIZE_=sampling-asan" as an environment
+  variable.
+
 Deprecated and removed features, and other changes affecting compatibility:
 
 * Support for dumped heaps has been removed - malloc_set_state() now always
-- 
2.25.1



More information about the Libc-alpha mailing list