Searched refs:overflows (Results 1 – 25 of 72) sorted by relevance
123
1 // 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.
12 based on stack buffer overflows, without introducing any measurable performance17 buffer overflows on the unsafe stack cannot be used to overwrite anything74 overflows, since it is disjoint from the unsafe stack in memory, and it itself97 stack-based buffer overflows, but protection against arbitrary memory write
63 the program will continue execution after signed integer overflows, exit after117 overflows.
4 ; loop overflows.
71 - CVE-2008-3520[2]: Multiple integer overflows.81 + CVE-2008-3520[2]: Multiple integer overflows.
7 ; If %N, the backedge-taken count, is -1 then %0 unsigned-overflows
13 ;; overflows, so that the 64-bit and 32-bit compares are not equal.
24 Test that when the stack overflows, the exception goes to the last frame before the overflow
11 # and returns NULL when N*S overflows.
255 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); in check_array() local257 bool ok = !overflows && this->check_range (base, array_size); in check_array()263 overflows ? "OVERFLOWS" : ok ? "OK" : "OUT-OF-RANGE"); in check_array()
400 …bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, siz… in push() local401 if (likely (!overflows)) { in push()
38 buffer overflows, information disclosure or other security problems:
4 overflows in some platforms.
744 // The parsed value overflows as a long. (strtol() returns745 // LONG_MAX or LONG_MIN when the input overflows.)747 // The parsed value overflows as an Int32.752 << " has value " << str << ", which overflows.\n";
103 // a overflows to infinity.
843 bool overflows = ToUpperOverflows(current); in ConvertCaseHelper() local863 overflows |= ToUpperOverflows(current); in ConvertCaseHelper()879 return (overflows && !ignore_overflow) ? Smi::FromInt(-current_length) in ConvertCaseHelper()
328 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()">,
6 * Fixed a number of security and stability issues due to buffer overflows,
34 overflows in some platforms.
31 integer overflows at the API boundary. (Existing logic uses a mismash of `int`,
947 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]. *)
3 #582: CVE-2015-1283 - Multiple integer overflows in XML_GetBuffer
109 workarounds to get Linux to report ENOBUFS on TX queue overflows
434 What happens if a GEP computation overflows?443 value") if the GEP overflows (i.e. wraps around the end of the address space).
1Index: linux/arch/i386/Kconfig.debug 2====== ...