Home
last modified time | relevance | path

Searched +full:vm +full:- +full:valgrind +full:- +full:pointer (Results 1 – 25 of 29) sorted by relevance

12

/third_party/libinput/
D.gitlab-ci.yml9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml
10 # and run ci-fairy generate-template. For details, see
11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml
14 # - we really want to run dnf/apt/... only once, updating on the test runner for
18 # This is handled by the ci-templates, ensuring containers are only rebuilt
21 # - GitLab only allows one script: set per job but we have a bunch of commands
22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge
27 # MESON_ARGS=-Denable-something=true
28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist'
35 # e.g. fedora:31@build-default
[all …]
/third_party/libinput/doc/user/
Dtest-suite.rst1 .. _test-suite:
11 $ sudo ./builddir/libinput-test-suite
13 When developing libinput, the ``libinput-test-suite`` should always be
15 the number of tests to run can be filtered, see :ref:`test-filtering`.
17 touchpad tap-to-click) while hacking on that specific feature and only run
27 ``meson test -C builddir`` (or ``ninja test``). The ``libinput-test-suite`` is
30 The upstream CI runs all these tests but not the ``libinput-test-suite``.
33 .. _test-job-control:
35 ------------------------------------------------------------------------------
37 ------------------------------------------------------------------------------
[all …]
/third_party/jerryscript/jerry-core/
Dconfig.h7 * http://www.apache.org/licenses/LICENSE-2.0
149 * Built-in configurations
151 * Allowed values for built-in defines:
152 * 0: Disable the given built-in.
153 * 1: Enable the given built-in.
156 * By default all built-ins are enabled if they are not defined.
254 * Specifies the compressed pointer representation
279 * Enable/Disable built-in error messages for error objects.
327 * - https://github.com/google/sanitizers/wiki/AddressSanitizerUseAfterReturn#compatibility
358 * Enable/Disable line-info management inside the engine.
[all …]
/third_party/mesa3d/src/amd/common/
Dac_debug.c17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
28 #include <valgrind.h>
47 /* Parsed IBs are difficult to read without colors. Use "less -R file" to
48 * read them, or use "aha -b -f file" to convert them to html.
106 fprintf(file, "%s%s%s <- ", in print_named_value()
150 if (reg->offset == offset) in find_register()
161 return reg ? sid_strings + reg->name_offset : "(no name)"; in ac_get_register_name()
170 const char *reg_name = sid_strings + reg->name_offset; in ac_dump_reg()
174 fprintf(file, "%s%s%s <- ", in ac_dump_reg()
178 if (!reg->num_fields) { in ac_dump_reg()
[all …]
/third_party/python/Objects/
Dobmalloc.c86 /* bpo-35053: Declare tracemalloc configuration here rather than
97 return a pointer with no memory behind it, which would break pymalloc. in _PyMem_RawMalloc()
109 would return a pointer with no memory behind it, which would break in _PyMem_RawCalloc()
153 MAP_PRIVATE|MAP_ANONYMOUS, -1, 0); in _PyObject_ArenaMmap()
249 return -1; in pymem_set_default_allocator()
276 /* PYTHONMALLOC is empty or is not set or ignored (-E/-I command line in _PyMem_GetAllocatorName()
302 return -1; in _PyMem_GetAllocatorName()
362 return -1; in _PyMem_SetupAllocators()
531 allocator->ctx = NULL; in PyMem_GetAllocator()
532 allocator->malloc = NULL; in PyMem_GetAllocator()
[all …]
/third_party/vixl/test/aarch64/
Dtest-simulator-aarch64.cc32 #include "test-runner.h"
33 #include "test-utils.h"
35 #include "aarch64/test-simulator-inputs-aarch64.h"
36 #include "aarch64/test-simulator-traces-aarch64.h"
37 #include "aarch64/test-utils-aarch64.h"
39 #include "aarch64/cpu-features-auditor-aarch64.h"
40 #include "aarch64/macro-assembler-aarch64.h"
41 #include "aarch64/simulator-aarch64.h"
51 // --generate_test_trace.
56 // test-simulator-traces-aarch64.h.
[all …]
/third_party/node/deps/cares/
DCHANGES1 Changelog for the c-ares project. Generated with git2changes.pl
6 - [Brad House brought this change]
12 - [Brad House brought this change]
14 Merge pull request from GHSA-mg26-v6qh-x48q
16 - [Oliver Welsh brought this change]
20 Hello, I work on an application for Microsoft which uses c-ares to
51 - `ContainerNoDfltSvrEmptyInit` to test that initialization fails when
53 - `ContainerNoDfltSvrFullInit` to test that initialization still
63 ---------
68 - badge should be only main branch
[all …]
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst1 Mesa 22.2.0 Release Notes / 2022-09-21
20 ---------------
24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz
29 ------------
31 - WGL_ARB_create_context_robustness
33 - d3d12 ARB_robust_buffer_access_behavior
35 - VK_EXT_robustness2 for lavapipe
37 - VK_EXT_image_2d_view_of_3d on RADV
39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support
41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe
[all …]
D20.3.0.rst1 Mesa 20.3.0 Release Notes / 2020-12-03
20 ---------------
24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz
28 ------------
30 - GL 4.5 on llvmpipe
32 - GL_INTEL_blackhole_render on radeonsi
34 - GL_NV_copy_depth_to_color for NIR
36 - GL_NV_half_float
38 - GL_NV_shader_atomic_int64 on radeonsi
40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3)
[all …]
D20.0.0.rst1 Mesa 20.0.0 Release Notes / 2020-02-19
21 ---------------
25 bb6db3e54b608d2536d4000b3de7dd3ae115fc114e8acbb5afff4b3bbed04b34 mesa-20.0.0.tar.xz
28 ------------
30 - OpenGL 4.6 on radeonsi.
31 - GL_ARB_gl_spirv on radeonsi.
32 - GL_ARB_spirv_extensions on radeonsi.
33 - GL_EXT_direct_state_access for compatibility profile.
34 - VK_AMD_device_coherent_memory on RADV.
35 - VK_AMD_mixed_attachment_samples on RADV.
[all …]
D21.3.0.rst1 Mesa 21.3.0 Release Notes / 2021-11-17
20 ---------------
24 a2753c09deef0ba14d35ae8a2ceff3fe5cd13698928c7bb62c2ec8736eb09ce1 mesa-21.3.0.tar.xz
28 ------------
30 - VK_EXT_color_write_enable on lavapipe
31 - GL_ARB_texture_filter_anisotropic in llvmpipe
32 - Anisotropic texture filtering in lavapipe
33 - VK_EXT_shader_atomic_float2 on Intel and RADV.
34 - VK_EXT_vertex_input_dynamic_state on RADV.
35 - VK_KHR_timeline_semaphore on lavapipe
[all …]
D22.1.0.rst1 Mesa 22.1.0 Release Notes / 2022-05-18
20 ---------------
24 df6270c1371eaa2aa6eb65b95cbbb2a98b14fa4b7ba0ed45e4ca2fd32df60477 mesa-22.1.0.tar.xz
28 ------------
30 - d3d12 GL4.2
31 - GL_NV_pack_subimage
32 - VK_EXT_depth_clip_control on lavapipe and RADV
33 - Vulkan 1.3 support on lavapipe
34 - VK_EXT_graphics_pipeline_library on lavapipe
35 - VK_EXT_primitives_generated_query on lavapipe
[all …]
D19.1.0.rst17 ----------------
21 2a6c3af3a803389183168e449c536304cf03e0f82c4c9333077933543b9d02f3 mesa-19.1.0.tar.xz
24 ------------
26 - GL_ARB_parallel_shader_compile on all drivers.
27 - GL_EXT_gpu_shader4 on all GL 3.1 drivers.
28 - GL_EXT_shader_image_load_formatted on radeonsi.
29 - GL_EXT_texture_buffer_object on all GL 3.1 drivers.
30 - GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES
32 - GL_NV_compute_shader_derivatives on iris and i965.
33 - GL_KHR_parallel_shader_compile on all drivers.
[all …]
D22.0.0.rst1 Mesa 22.0.0 Release Notes / 2022-03-09
20 ---------------
24 e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250 mesa-22.0.0.tar.xz
28 ------------
30 - lavapipe,radv,anv KHR_dynamic_rendering
31 - radv EXT_image_view_min_lod
32 - VK_KHR_synchronization2 on RADV.
33 - OpenSWR has been moved to the Amber branch
34 - radeonsi, zink ARB_sparse_texture
35 - d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params, ARB_framebuff…
[all …]
/third_party/node/deps/v8/
DBUILD.gn2 # Use of this source code is governed by a BSD-style license that can be
21 # with v8 target cpu to not affect simulator builds for making cross-compile
40 # Sets -DV8_ENABLE_FUTURE.
43 # Sets -DSYSTEM_INSTRUMENTATION. Enables OS-dependent event tracing
49 # Sets -DVERIFY_HEAP.
52 # Sets -DVERIFY_PREDICTABLE
67 # Sets -dENABLE_DISASSEMBLER.
73 # Sets -dENABLE_GDB_JIT_INTERFACE.
76 # Sets -dENABLE_VTUNE_JIT_INTERFACE.
79 # Sets -dENABLE_VTUNE_TRACEMARK.
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
54 ## 2017-07-11, Version 7.10.1 (Current), @evanlucas
58 <https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/>
64 * Disable V8 snapshots - The hashseed embedded in the snapshot is
70 * CVE-2017-1000381 - The c-ares function ares\_parse\_naptr\_reply(),
80 …e/commit/ff587deb54)] - **build**: disable V8 snapshots (Ali Ijaz Sheikh) [nodejs/node-private#84]…
81 …a82960e76)] - **deps**: cherry-pick 9478908a49 from cares upstream (David Drysdale) [nodejs/node-p…
82 …ommit/b5bf5e8086)] - **test**: verify hash seed uniqueness (Ali Ijaz Sheikh) [nodejs/node-private#…
86 ## 2017-05-02, Version 7.10.0 (Current), @evanlucas
104 * \[[`224fd3af97`](https://github.com/nodejs/node/commit/224fd3af97)] - **benchmark**: terminate ch…
[all …]
DCHANGELOG_V6.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
89 ## 2019-04-03, Version 6.17.1 'Boron' (LTS), @BethGriggs
91 Node 6 is due to go End-of-Life on 2019-04-30.
100 * \[[`c9d21a0c10`](https://github.com/nodejs/node/commit/c9d21a0c10)] - **build**: set `-blibpath:`…
101 * \[[`9ba5fd6bad`](https://github.com/nodejs/node/commit/9ba5fd6bad)] - **build**: only check REPLA…
102 * \[[`1371a6f88b`](https://github.com/nodejs/node/commit/1371a6f88b)] - **doc**: simplify CODE\_OF\…
103 * \[[`ad62971573`](https://github.com/nodejs/node/commit/ad62971573)] - **doc**: document that addM…
104 * \[[`8080a9bf40`](https://github.com/nodejs/node/commit/8080a9bf40)] - **http**: fix error check i…
105 * \[[`aedc7120ea`](https://github.com/nodejs/node/commit/aedc7120ea)] - **src**: fix bootstrap\_nod…
106 * \[[`b5d464955a`](https://github.com/nodejs/node/commit/b5d464955a)] - **test**: fix test-repl-env…
[all …]
DCHANGELOG_V18.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
71 ## 2024-04-03, Version 18.20.1 'Hydrogen' (LTS), @RafaelGSS
77 * CVE-2024-27983 - Assertion failed in node::http2::Http2Session::\~Http2Session() leads to HTTP/2 …
78 * CVE-2024-27982 - HTTP Request Smuggling via Content Length Obfuscation - (Medium)
84 …60d24938de)] - **deps**: update undici to v5.28.4 (Matteo Collina) [nodejs-private/node-private#57…
85 …f)] - **http**: do not allow OBS fold in headers by default (Paolo Insogna) [nodejs-private/node-p…
86 …] - **src**: ensure to close stream when destroying session (Anna Henningsen) [nodejs-private/node
90 ## 2024-03-26, Version 18.20.0 'Hydrogen' (LTS), @richardlau
101 `assert` keyword, which will be removed in a future semver-major Node.js
131 #### Experimental node-api feature flags
[all …]
DCHANGELOG_V11.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
54 ## 2019-04-30, Version 11.15.0 (Current), @codebytere
58 * **deps**: add s390 asm rules for OpenSSL-1.1.1 (Shigeki Ohtsu) [#19794](https://github.com/nodejs…
61 * add --tls-min-v1.2 CLI switch (Sam Roberts) [#26951](https://github.com/nodejs/node/pull/26951)
70 * \[[`7da23dcbfa`](https://github.com/nodejs/node/commit/7da23dcbfa)] - **deps**: V8: backport 61f4…
71 …e`](https://github.com/nodejs/node/commit/8db791d0fe)] - **deps**: update archs files for OpenSSL-
72 …//github.com/nodejs/node/commit/1c98b720b1)] - **(SEMVER-MINOR)** **deps**: add s390 asm rules for…
73 * \[[`d8cc478ae9`](https://github.com/nodejs/node/commit/d8cc478ae9)] - **deps**: upgrade openssl s…
74 * \[[`fa6f0f1644`](https://github.com/nodejs/node/commit/fa6f0f1644)] - **doc**: describe tls.DEFAU…
75 * \[[`8b5d350a35`](https://github.com/nodejs/node/commit/8b5d350a35)] - **(SEMVER-MINOR)** **src**:…
[all …]
DCHANGELOG_V13.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
54 ## 2020-04-29, Version 13.14.0 (Current), @BridgeAR
61 * **vm**:
73 * \[[`52d8afc07e`](https://github.com/nodejs/node/commit/52d8afc07e)] - **(SEMVER-MINOR)** **async\…
74 * \[[`b304df97ff`](https://github.com/nodejs/node/commit/b304df97ff)] - **(SEMVER-MINOR)** **async\…
75 * \[[`a1178b6c5b`](https://github.com/nodejs/node/commit/a1178b6c5b)] - **buffer**: add type check …
76 * \[[`d9378747ae`](https://github.com/nodejs/node/commit/d9378747ae)] - **buffer**: mark pool Array…
77 * \[[`9bcfc8ed58`](https://github.com/nodejs/node/commit/9bcfc8ed58)] - **buffer,n-api**: fix doubl…
78 * \[[`606719fa16`](https://github.com/nodejs/node/commit/606719fa16)] - **build**: fix vcbuild erro…
79 * \[[`832ea520be`](https://github.com/nodejs/node/commit/832ea520be)] - **build**: remove .git fold…
[all …]
DCHANGELOG_IOJS.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
86 ## 2015-09-15, io.js Version 3.3.1 @rvagg
95 * **node-gyp**: Float v3.0.3 which has improved support for Node.js and io.js v0.10 to v4+ (Rod Vag…
97 …/node-v0.x-archive#8751](https://github.com/nodejs/node-v0.x-archive/pull/8751) [nodejs/node-v0.x-
101 See <https://github.com/nodejs/io.js/labels/confirmed-bug> for complete and current list of known i…
112 * \[[`b73ff52fe6`](https://github.com/nodejs/node/commit/b73ff52fe6)] - **bindings**: close after r…
113 * \[[`aa1140e59a`](https://github.com/nodejs/node/commit/aa1140e59a)] - **buffer**: SlowBuffer only…
114 * \[[`574475d56e`](https://github.com/nodejs/node/commit/574475d56e)] - **build**: clean up the gen…
115 * \[[`aa0001271e`](https://github.com/nodejs/node/commit/aa0001271e)] - **build**: remote commands …
116 * \[[`1428661095`](https://github.com/nodejs/node/commit/1428661095)] - **build**: fix v8\_enable\_…
[all …]
DCHANGELOG_V10.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
82 ## 2021-04-06, Version 10.24.1 'Dubnium' (LTS), @mylesborins
90 * **CVE-2021-3450**: OpenSSL - CA certificate check bypass with X509\_V\_FLAG\_X509\_STRICT (High)
94 * **CVE-2021-3449**: OpenSSL - NULL pointer deref in signature\_algorithms processing (High)
98 * **CVE-2020-7774**: npm upgrade - Update y18n to fix Prototype-Pollution (High)
99 …totype pollution. You can read more about it in <https://github.com/advisories/GHSA-c4w7-xm78-47vh>
105 * \[[`5e526b96ce`](https://github.com/nodejs/node/commit/5e526b96ce)] - **deps**: upgrade npm to 6.…
106 …c`](https://github.com/nodejs/node/commit/781cb6df5c)] - **deps**: update archs files for OpenSSL-
107 * \[[`5db0a05a90`](https://github.com/nodejs/node/commit/5db0a05a90)] - **deps**: upgrade openssl s…
111 ## 2021-02-23, Version 10.24.0 'Dubnium' (LTS), @richardlau
[all …]
DCHANGELOG_V4.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
84 ## 2018-03-29, Version 4.9.1 'Argon' (Maintenance), @MylesBorins
97 ## 2018-03-28, Version 4.9.0 'Argon' (Maintenance), @MylesBorins
99 …ty release summary at <https://nodejs.org/en/blog/vulnerability/march-2018-security-releases/> for…
103 * CVE-2018-7158
104 * CVE-2018-7159
109 * **Fix for `'path'` module regular expression denial of service (CVE-2018-7158)**: A regular expre…
110-Length` header values (CVE-2018-7159)**: The Node.js HTTP parser allowed for spaces inside `Conte…
115 * \[[`497ff3cd4f`](https://github.com/nodejs/node/commit/497ff3cd4f)] - **crypto**: update root cer…
116 * \[[`514709e41f`](https://github.com/nodejs/node/commit/514709e41f)] - **deps**: add -no\_rand\_sc…
[all …]
DCHANGELOG_V12.md3 <!--lint disable maximum-line-length no-literal-urls prohibited-strings-->
91 ## 2022-04-05, Version 12.22.12 'Erbium' (LTS), @richardlau
96 reach End-of-Life status on 30 April 2022, after which it will not
101 This release fixes a shutdown crash in Node-API (formerly N-API) and a
102 potential stack overflow when using `vm.runInNewContext()`.
110 * \[[`1193290f3f`](https://github.com/nodejs/node/commit/1193290f3f)] - **deps**: V8: cherry-pick c…
111 * \[[`333eda8d03`](https://github.com/nodejs/node/commit/333eda8d03)] - **doc**: add a note about p…
112 * \[[`518a49c0c6`](https://github.com/nodejs/node/commit/518a49c0c6)] - **doc**: use openpgp.org fo…
113 * \[[`11aef2ad03`](https://github.com/nodejs/node/commit/11aef2ad03)] - **doc**: update release key…
114 * \[[`a9c38f1003`](https://github.com/nodejs/node/commit/a9c38f1003)] - **doc**: add release key fo…
[all …]
/third_party/sqlite/src/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
21 ** 2019.09.02-Complete codec logic for encryption and decryption.
52 ** NO_TEST - The branches on this line are not
57 ** OPTIMIZATION-IF-TRUE - This branch is allowed to alway be false
61 ** OPTIMIZATION-IF-FALSE - This branch is allowed to alway be true
65 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
70 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
141 ** 2015-03-02
179 ** large file support, or if the OS is windows, these should be no-ops.
185 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
[all …]

12