Searched refs:prevent (Results 1 – 25 of 891) sorted by relevance
12345678910>>...36
/third_party/expat/ |
D | 02-backport-CVE-2022-22822-CVE-2022-22823-CVE-2022-22824-CVE-2022-22825-CVE-2022-22826-CVE-2022-22827.patch | 27 + /* Detect and prevent integer overflow */ 39 + /* Detect and prevent integer overflow */ 47 + /* Detect and prevent integer overflow. 65 + /* Detect and prevent integer overflow. 84 + /* Detect and prevent integer overflow */ 94 + /* Detect and prevent integer overflow */ 98 + /* Detect and prevent integer overflow. 115 + /* Detect and prevent integer overflow */ 120 + /* Detect and prevent integer overflow. 138 + /* Detect and prevent integer overflow */ [all …]
|
D | 00-backport-CVE-2021-45960.patch | 4 Subject: [PATCH] lib: Detect and prevent troublesome left shifts in function 21 + /* Detect and prevent invalid shift */ 36 + /* Detect and prevent invalid shift */ 45 + /* Detect and prevent integer overflow.
|
D | 03-backport-CVE-2022-23852-lib-Detect-and-prevent-integer-overflow-in-XML_GetBu.patch | 4 Subject: [PATCH] lib: Detect and prevent integer overflow in 19 + /* Detect and prevent integer overflow */
|
D | 01-backport-CVE-2021-46143.patch | 19 + /* Detect and prevent integer overflow */ 31 + /* Detect and prevent integer overflow.
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/ |
D | README.angle | 23 - the file scope is now anglebase/ from base/ to prevent include conflicts. 27 - header guards and macros are changed from BASE to ANGLEBASE to prevent conflicts.
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | meson.build | 24 # prevent _glapi_* from being declared __declspec(dllimport) 48 '-D_GDI32_', # prevent wgl* being declared __declspec(dllimport)
|
/third_party/mesa3d/docs/ |
D | codingstyle.rst | 14 - Limit lines to 78 or fewer characters. The idea is to prevent line 46 /* null-out pointer to prevent dangling reference below */ 53 bufferObj = NULL; /* prevent dangling reference below */
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_win32_surface.txt | 66 window object can prevent flink:vkCreateSwapchainKHR from succeeding on 69 prevent creation of a bitblt model DXGI swapchain on the same window 75 one slink:VkPhysicalDevice can prevent flink:vkCreateSwapchainKHR from
|
/third_party/glib/patch/ |
D | backport-glocalfilemonitor-Skip-event-handling-if-the-source-has-been-destroyed.patch | 10 This should prevent unbounded growth of the `event_queue` in the 51 + * If the source is no longer attached, this will return early to prevent
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.5.6.rst | 62 - clover: Refactor event::trigger and ::abort to prevent deadlock and 64 - clover: Wrap event::_status in a method to prevent unlocked access.
|
D | 20.1.5.rst | 61 - aco: prevent infinite recursion in RA for subdword variables 65 - prevent multiply defined symbols
|
/third_party/jerryscript/docs/ |
D | 14.EXT-REFERENCE-HANDLE-SCOPE.md | 54 It is necessary in common cases that a handle has to be promote to outer scope and prevent from bee… 110 To prevent trapping into system calls frequently, a pre-allocated dedicated list mechanism has been…
|
/third_party/curl/docs/cmdline-opts/ |
D | max-redirs.d | 14 prevent curl from following too many redirects, by default, the limit is
|
/third_party/curl/tests/data/ |
D | test726 | 22 # This is to prevent the automatic gateway detection from finding a gateway file in your home folde…
|
D | test513 | 27 # the 1s post-command delay helps to prevent a spurious failure on s390
|
D | test514 | 38 # the 1s post-command delay helps to prevent a spurious failure on s390
|
/third_party/typescript/tests/baselines/reference/ |
D | privateNameAndIndexSignature.types | 12 …["#bar"] = this["#bar"] // Error (private identifiers should not prevent circularity checking fo…
|
D | importExportInternalComments.types | 19 void D, A, C, foo; // Use the variables to prevent ellision
|
D | privateNameAndIndexSignature.symbols | 11 …["#bar"] = this["#bar"] // Error (private identifiers should not prevent circularity checking fo…
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
D | cpuhotplug04.sh | 17 Desc: Does it prevent us from offlining the last CPU?
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_base64.function | 95 … /* dest_str will have had tainted data copied to it, prevent the TEST_ASSERT below from triggering 138 /* res will have had tainted data copied to it, prevent the TEST_ASSERT below from triggering
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/samples/utf8/ |
D | utf-8-demo.txt | 7 …inal and not a copy. I update some of the texts frequently and I want to prevent the confusion tha…
|
/third_party/icu/icu4c/source/extra/uconv/samples/utf8/ |
D | utf-8-demo.txt | 7 …inal and not a copy. I update some of the texts frequently and I want to prevent the confusion tha…
|
/third_party/rust/crates/bindgen/book/src/ |
D | nodefault.md | 5 In these cases, the `nodefault` annotation can be used to prevent bindgen
|
D | nocopy.md | 7 used to prevent bindgen to autoderive the `Copy` and `Clone` traits for a type.
|
12345678910>>...36