We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1db26 commit a12c297Copy full SHA for a12c297
compiler-rt/test/hwasan/TestCases/malloc_bisect.c
@@ -7,6 +7,10 @@
7
// RUN: %env_hwasan_opts=malloc_bisect_left=0,malloc_bisect_right=4294967295,malloc_bisect_dump=1 not %run %t 2>&1 | \
8
// RUN: FileCheck %s --check-prefixes=CRASH,DUMP
9
10
+// FIXME: Recursive call into malloc from stack->Print(). Or maybe this feature
11
+// needs to be removed. We don't use it, but it's in the hot code.
12
+// UNSUPPORTED: internal_symbolizer
13
+
14
#include <stdlib.h>
15
#include <stdio.h>
16
#include <sanitizer/hwasan_interface.h>
0 commit comments