[PATCH v3 11/11] NEWS: Add a new feature sampling-asan

Sung-hun Kim sfoon.kim@samsung.com
Tue Sep 30 06:47:00 GMT 2025


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

diff --git a/NEWS b/NEWS
index 9831f7f5d4..c3062851e1 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,12 @@ Version 2.43
 
 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:
 
-- 
2.25.1



More information about the Libc-alpha mailing list