You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
324 B
7 lines
324 B
RUN: %cpp_compiler %S/StrncmpOOBTest.cpp -o %t-StrncmpOOBTest
|
|
|
|
RUN: %env_asan_opts=strict_string_checks=1 not %run %t-StrncmpOOBTest -seed=1 -runs=1000000 2>&1 | FileCheck %s --check-prefix=STRNCMP
|
|
STRNCMP: AddressSanitizer: heap-buffer-overflow
|
|
STRNCMP-NOT: __sanitizer_weak_hook_strncmp
|
|
STRNCMP: in LLVMFuzzerTestOneInput
|