/third_party/json/test/thirdparty/Fuzzer/test/ |
D | fuzzer.test | 40 RUN: not LLVMFuzzer-BufferOverflowOnInput 2>&1 | FileCheck %s --check-prefix=OOB 41 OOB: AddressSanitizer: heap-buffer-overflow 42 OOB: is located 0 bytes to the right of 3-byte region
|
/third_party/musl/src/multibyte/ |
D | mbsrtowcs.c | 58 if (OOB(c,*s)) { s--; break; } in mbsrtowcs() 95 if (OOB(c,*s)) { s--; break; } in mbsrtowcs()
|
D | internal.h | 10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
|
D | mbtowc.c | 26 if (OOB(c,*s)) goto ilseq; in mbtowc()
|
D | mbrtowc.c | 31 if (OOB(c,*s)) goto ilseq; in mbrtowc()
|
/third_party/musl/porting/uniproton/kernel/src/multibyte/ |
D | internal.h | 10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
|
D | mbtowc.c | 26 if (OOB(c,*s)) goto ilseq; in mbtowc()
|
D | mbrtowc.c | 31 if (OOB(c,*s)) goto ilseq; in mbrtowc()
|
/third_party/musl/porting/liteos_m/kernel/src/multibyte/ |
D | internal.h | 10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
|
D | mbtowc.c | 26 if (OOB(c,*s)) goto ilseq; in mbtowc()
|
D | mbrtowc.c | 31 if (OOB(c,*s)) goto ilseq; in mbrtowc()
|
/third_party/musl/porting/liteos_a/kernel/src/multibyte/ |
D | internal.h | 10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
|
D | mbtowc.c | 26 if (OOB(c,*s)) goto ilseq; in mbtowc()
|
/third_party/musl/src/stdio/ |
D | vfwprintf.c | 93 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro 229 if (OOB(*s)) goto inval; in wprintf_core()
|
D | vfprintf.c | 100 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro 514 if (OOB(*s)) goto inval; in printf_core()
|
/third_party/vk-gl-cts/android/cts/master/src/ |
D | egl-manual-robustness.txt | 1 # OOB robustness tests for manual testing purposes
|
/third_party/boost/boost/graph/distributed/detail/ |
D | mpi_process_group.ipp | 542 std::cerr << (out_of_band? "OOB trigger" : "Trigger") 570 std::cerr << (out_of_band? "OOB reply trigger" : "Reply trigger") 596 std::cerr << (out_of_band? "OOB trigger" : "Trigger") 625 std::cerr << (out_of_band? "OOB trigger" : "Trigger")
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
D | vfprintf.c | 105 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro 529 if (OOB(*s)) goto inval; in printf_core()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
D | vfprintf.c | 105 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro 528 if (OOB(*s)) goto inval; in printf_core()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
D | vfprintf.c | 105 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro 529 if (OOB(*s)) goto inval; in printf_core()
|
/third_party/python/Doc/library/ |
D | asyncore.rst | 133 Called when there is out of band (OOB) data for a socket connection. This 134 will almost never happen, as OOB is tenuously supported and rarely used.
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.5.rst | 126 - spirv: Handle OOB vector extract operations
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_robust_buffer_access_behavior.txt | 240 return values from OOB buffer reads to (0,0,0,x) where x is zero,
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_robust_buffer_access_behavior.txt | 250 return values from OOB buffer reads to (0,0,0,x) where x is zero,
|
/third_party/openssl/ |
D | NEWS | 168 o Malformed X.509 IPAddressFamily could cause OOB read (CVE-2017-3735) 180 o Truncated packet could crash via OOB read (CVE-2017-3731)
|