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 c765b04 commit 5cadefcCopy full SHA for 5cadefc
compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
@@ -7,7 +7,7 @@
7
// RUN: not %run %t 2>&1 | FileCheck --check-prefix=CHECK-CRASH %s
8
9
// Check that suppressing a function name works within a no-fork sandbox
10
-// RUN: echo "interceptor_via_fun:CFStringCreateWithBytes" > %t.supp
+// RUN: echo "interceptor_via_fun:createCFString" > %t.supp
11
// RUN: %env_asan_opts=suppressions='"%t.supp"' \
12
// RUN: sandbox-exec -p '(version 1)(allow default)(deny process-fork)' \
13
// RUN: %run %t 2>&1 | FileCheck --check-prefix=CHECK-IGNORE %s
0 commit comments