Home
last modified time | relevance | path

Searched refs:OOB (Results 1 – 25 of 46) sorted by relevance

12

/third_party/json/test/thirdparty/Fuzzer/test/
Dfuzzer.test40 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/
Dmbsrtowcs.c58 if (OOB(c,*s)) { s--; break; } in mbsrtowcs()
95 if (OOB(c,*s)) { s--; break; } in mbsrtowcs()
Dinternal.h10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
Dmbtowc.c26 if (OOB(c,*s)) goto ilseq; in mbtowc()
Dmbrtowc.c31 if (OOB(c,*s)) goto ilseq; in mbrtowc()
/third_party/musl/porting/uniproton/kernel/src/multibyte/
Dinternal.h10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
Dmbtowc.c26 if (OOB(c,*s)) goto ilseq; in mbtowc()
Dmbrtowc.c31 if (OOB(c,*s)) goto ilseq; in mbrtowc()
/third_party/musl/porting/liteos_m/kernel/src/multibyte/
Dinternal.h10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
Dmbtowc.c26 if (OOB(c,*s)) goto ilseq; in mbtowc()
Dmbrtowc.c31 if (OOB(c,*s)) goto ilseq; in mbrtowc()
/third_party/musl/porting/liteos_a/kernel/src/multibyte/
Dinternal.h10 #define OOB(c,b) (((((b)>>3)-0x10)|(((b)>>3)+((int32_t)(c)>>26))) & ~7) macro
Dmbtowc.c26 if (OOB(c,*s)) goto ilseq; in mbtowc()
/third_party/musl/src/stdio/
Dvfwprintf.c93 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro
229 if (OOB(*s)) goto inval; in wprintf_core()
Dvfprintf.c100 #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/
Degl-manual-robustness.txt1 # OOB robustness tests for manual testing purposes
/third_party/boost/boost/graph/distributed/detail/
Dmpi_process_group.ipp542 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/
Dvfprintf.c105 #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/
Dvfprintf.c105 #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/
Dvfprintf.c105 #define OOB(x) ((unsigned)(x)-'A' > 'z'-'A') macro
529 if (OOB(*s)) goto inval; in printf_core()
/third_party/python/Doc/library/
Dasyncore.rst133 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/
D20.0.5.rst126 - spirv: Handle OOB vector extract operations
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_robust_buffer_access_behavior.txt240 return values from OOB buffer reads to (0,0,0,x) where x is zero,
/third_party/openGLES/extensions/KHR/
DKHR_robust_buffer_access_behavior.txt250 return values from OOB buffer reads to (0,0,0,x) where x is zero,
/third_party/openssl/
DNEWS168 o Malformed X.509 IPAddressFamily could cause OOB read (CVE-2017-3735)
180 o Truncated packet could crash via OOB read (CVE-2017-3731)

12