Home
last modified time | relevance | path

Searched refs:overflows (Results 1 – 25 of 72) sorted by relevance

123

/external/llvm/test/Object/
Dcorrupt.test1 // Section name offset overflows section name string table.
15 // Symbol name offset overflows string table.
22 // Version index in .gnu.version overflows the version map.
/external/clang/docs/
DSafeStack.rst12 based on stack buffer overflows, without introducing any measurable performance
17 buffer overflows on the unsafe stack cannot be used to overwrite anything
74 overflows, since it is disjoint from the unsafe stack in memory, and it itself
97 stack-based buffer overflows, but protection against arbitrary memory write
DUndefinedBehaviorSanitizer.rst63 the program will continue execution after signed integer overflows, exit after
117 overflows.
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dextremely-likely-loop-successor.ll4 ; loop overflows.
/external/opencv3/3rdparty/libjasper/
Dchangelog71 - CVE-2008-3520[2]: Multiple integer overflows.
81 + CVE-2008-3520[2]: Multiple integer overflows.
/external/llvm/test/Transforms/LoopUnroll/
Dtripcount-overflow.ll7 ; If %N, the backedge-taken count, is -1 then %0 unsigned-overflows
/external/llvm/test/CodeGen/Generic/
D2003-07-06-BadIntCmp.ll13 ;; overflows, so that the 64-bit and 32-bit compares are not equal.
/external/v8/test/webkit/
Dstack-overflow-catch-expected.txt24 Test that when the stack overflows, the exception goes to the last frame before the overflow
/external/bison/m4/
Dcalloc.m411 # and returns NULL when N*S overflows.
/external/harfbuzz_ng/src/
Dhb-open-type-private.hh255 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); in check_array() local
257 bool ok = !overflows && this->check_range (base, array_size); in check_array()
263 overflows ? "OVERFLOWS" : ok ? "OK" : "OUT-OF-RANGE"); in check_array()
Dhb-private.hh400 …bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, siz… in push() local
401 if (likely (!overflows)) { in push()
/external/nanopb-c/docs/
Dsecurity.rst38 buffer overflows, information disclosure or other security problems:
/external/elfutils/lib/
DChangeLog4 overflows in some platforms.
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc.orig744 // The parsed value overflows as a long. (strtol() returns
745 // LONG_MAX or LONG_MIN when the input overflows.)
747 // The parsed value overflows as an Int32.
752 << " has value " << str << ", which overflows.\n";
/external/compiler-rt/lib/builtins/
Dfp_trunc_impl.inc103 // a overflows to infinity.
/external/v8/src/runtime/
Druntime-strings.cc843 bool overflows = ToUpperOverflows(current); in ConvertCaseHelper() local
863 overflows |= ToUpperOverflows(current); in ConvertCaseHelper()
879 return (overflows && !ignore_overflow) ? Smi::FromInt(-current_length) in ConvertCaseHelper()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td328 HelpText<"Warn about buffer overflows (older checker)">,
332 HelpText<"Warn about buffer overflows (newer checker)">,
340 HelpText<"Check for overflows in the arguments to malloc()">,
/external/libexif/
DNEWS6 * Fixed a number of security and stability issues due to buffer overflows,
/external/elfutils/config/
DChangeLog34 overflows in some platforms.
/external/boringssl/src/
DPORTING.md31 integer overflows at the API boundary. (Existing logic uses a mismash of `int`,
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli947 no signed wrapping. The result is undefined if the negation overflows.
952 no unsigned wrapping. The result is undefined if the negation overflows.
969 signed wrapping. The result is undefined if the sum overflows.
974 unsigned wrapping. The result is undefined if the sum overflows.
987 no signed wrapping. The result is undefined if the sum overflows.
992 no unsigned wrapping. The result is undefined if the sum overflows.
1005 no signed wrapping. The result is undefined if the sum overflows.
1010 no unsigned wrapping. The result is undefined if the sum overflows.
1030 or overflows. See the method [llvm::ConstantExpr::getExactSDiv]. *)
/external/expat/
DChanges3 #582: CVE-2015-1283 - Multiple integer overflows in XML_GetBuffer
/external/netperf/
DAUTHORS109 workarounds to get Linux to report ENOBUFS on TX queue overflows
/external/llvm/docs/
DGetElementPtr.rst434 What happens if a GEP computation overflows?
443 value") if the GEP overflows (i.e. wraps around the end of the address space).
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz1Index: linux/arch/i386/Kconfig.debug 2====== ...

123