Searched refs:overflows (Results 1 – 25 of 252) sorted by relevance
1234567891011
/external/libvpx/ |
D | README.version | 11 5e065cf9d vp8/{ratectrl,onyx_if}: fix some signed integer overflows 12 5eab093a7 vp9_ratectrl: fix some signed integer overflows
|
/external/arm-trusted-firmware/docs/security_advisories/ |
D | security-advisory-tfv-4.rst | 28 ``check_uptr_overflow()`` macro, which aims at detecting arithmetic overflows 40 * Evaluates to 1 if (ptr + inc) overflows, 0 otherwise. 47 overflows when the sum of its two parameters fall into the ``[2^32, 2^64 - 1]`` 49 overflows is actually not protected. 68 overflows in the input validation checks while handling the 105 arguments through the SMC interface and injects high values whose sum overflows,
|
/external/llvm/test/Object/ |
D | corrupt.test | 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.
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.8.rst | 124 - radv: Fix various non-critical integer overflows 125 - aco: Fix integer overflows when emitting parallel copies during RA 126 - amd/common: Fix various non-critical integer overflows
|
/external/llvm-project/llvm/test/Transforms/SROA/ |
D | pr26972.ll | 6 ; size overflows a uint32_t. This specific constant results in
|
/external/llvm/test/Transforms/SROA/ |
D | pr26972.ll | 6 ; size overflows a uint32_t. This specific constant results in
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6rc2.rst | 17 Possible integer overflows in the _hashopenssl module were closed.
|
/external/pdfium/third_party/agg23/ |
D | README.pdfium | 17 0002-ubsan-error-fixes.path: Fix UBSan errors for overflows.
|
/external/harfbuzz_ng/src/ |
D | hb-vector.hh | 197 bool overflows = in alloc() local 201 if (likely (!overflows)) in alloc()
|
/external/clang/docs/ |
D | SafeStack.rst | 12 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
|
/external/llvm-project/clang/docs/ |
D | SafeStack.rst | 12 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
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.43.7.txt | 16 not cause buffer overflows. (Addresses Debian Bugs: #873757, #878104)
|
/external/pigweed/pw_chrono_freertos/ |
D | docs.rst | 18 used to manage overflows in a thread and interrupt safe manner to produce a
|
/external/llvm-project/lld/test/ELF/linkerscript/ |
D | sections-va-overflow.test | 21 …ext at file offset [0xFFFFFFFF20000000, 0xFFFFFFFF20000000]; check your linker script for overflows
|
/external/pigweed/pw_chrono_threadx/ |
D | docs.rst | 17 InterruptSpinLock is used to manage overflows in a thread and interrupt safe
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | int_mulv_impl.inc | 17 // Effects: aborts if a * b overflows
|
D | int_mulo_impl.inc | 17 // Effects: sets *overflow to 1 if a * b overflows
|
/external/pigweed/pw_chrono_embos/ |
D | docs.rst | 17 InterruptSpinLock is used to manage overflows in a thread and interrupt safe
|
/external/llvm-project/llvm/test/Analysis/BlockFrequencyInfo/ |
D | extremely-likely-loop-successor.ll | 5 ; loop overflows.
|
/external/llvm/test/Analysis/BlockFrequencyInfo/ |
D | extremely-likely-loop-successor.ll | 5 ; loop overflows.
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | invalid-p_filesz-p_offset.test | 2 ## overflows the binary size. Check llvm-objcopy doesn't crash
|
/external/curl/docs/ |
D | CODE_REVIEW.md | 141 ## Integer overflows 143 Be careful about integer overflows. Some variable types can be either 32 bit 144 or 64 bit. Integer overflows must be detected and acted on *before* they
|
/external/libavc/ |
D | libavc_blocklist.txt | 27 # Numerous overflows in multiple functions, CAVLC is a compression technique.
|
/external/pdfium/third_party/libopenjpeg20/ |
D | README.pdfium | 22 0019-tcd_init_tile.patch: Prevent integer overflows during calculation of |l_nb_code_blocks_size|.
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | 440.vert.out | 2 ERROR: 0:8: 'component' : type overflows the available 4 components 9 ERROR: 0:39: 'component' : type overflows the available 4 components 10 ERROR: 0:40: 'component' : type overflows the available 4 components 16 ERROR: 0:54: 'component' : type overflows the available 4 components 17 ERROR: 0:55: 'component' : type overflows the available 4 components 22 ERROR: 0:67: 'component' : type overflows the available 4 components
|
1234567891011