diff --git a/Libraries/LibJS/Heap/Heap.cpp b/Libraries/LibJS/Heap/Heap.cpp index 099daf4185..8385b8ff1e 100644 --- a/Libraries/LibJS/Heap/Heap.cpp +++ b/Libraries/LibJS/Heap/Heap.cpp @@ -124,7 +124,7 @@ void Heap::gather_roots(HashTable& roots) #endif } -void Heap::gather_conservative_roots(HashTable& roots) +__attribute__((no_sanitize("address"))) void Heap::gather_conservative_roots(HashTable& roots) { FlatPtr dummy;