Searched refs:OOB (Results 1 – 6 of 6) sorted by relevance
3 RUN: not %run %t-BufferOverflowOnInput 2>&1 | FileCheck %s --check-prefix=OOB4 OOB: AddressSanitizer: heap-buffer-overflow5 OOB: is located 0 bytes to the right of 3-byte region
25 __attribute__((noinline)) void OOB() { int x[4]; x[four] = 0; USE(&x[0]); } in OOB() function36 OOB(); in main()37 OOB(); in main()
31 __attribute__((noinline)) void OOB() { int x[4]; x[four] = 0; USE(&x[0]); } in OOB() function32 __attribute__((noinline)) void FUNC1() { int x; USE(&x); OOB(); } in FUNC1()
52 # RUN: not ld.lld %t.o %t3.so -o /dev/null 2>&1 | FileCheck --check-prefix=AUX-OOB %s53 # AUX-OOB: {{.*}}.so has an invalid Vernaux76 # RUN: not ld.lld %t.o %t5.so -o /dev/null 2>&1 | FileCheck --check-prefix=NAME-OOB %s77 # NAME-OOB: {{.*}}.so has a Vernaux with an invalid vna_name
39 ; RECOVER: %[[OOB:[^ ]*]] = icmp uge i8 %[[LAST]], %[[MEMTAG]]40 ; RECOVER: br i1 %[[OOB]], label %[[FAIL]], label %[[INBOUNDS:[0-9]*]], !prof {{.*}}89 ; RECOVER: %[[OOB:[^ ]*]] = icmp uge i8 %[[LAST]], %[[MEMTAG]]90 ; RECOVER: br i1 %[[OOB]], label %[[FAIL]], label %[[INBOUNDS:[0-9]*]], !prof {{.*}}
519 ; OOB in a loop.