commit | 52cc3c333724ec50569ac13f11fd7eec38a3ae75 | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Mon Jan 15 18:42:43 2024 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 15 18:42:43 2024 +0000 |
tree | 5ab6c2482f6e361d9c9fd27ed55fa3e75735acaf | |
parent | ef011009ed1479b5dc554f26a1e7da31cd957f79 [diff] |
ErrorScopeValidationTests: Avoid dangling pointers. A pointer must be valid. We were previously using `this + 2`, which is a random location that might be used by an object deleted during the test. This doesn't deal well with partition_alloc who tries detect potential unsafe use of C++. Bug: chromium:1518473 Fixed: chromium:1518473 Change-Id: Ibac603e22c3474d8f226fc2bf4b2855bcc57a9fc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/169720 Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Kokoro: Kokoro <noreply+kokoro@google.com>
Dawn is an open-source and cross-platform implementation of the WebGPU standard. More precisely it implements webgpu.h
that is a one-to-one mapping with the WebGPU IDL. Dawn is meant to be integrated as part of a larger system and is the underlying implementation of WebGPU in Chromium.
Dawn provides several WebGPU building blocks:
webgpu.h
version that Dawn implements.webgpu.h
.Helpful links:
Developer documentation:
User documentation: (TODO, figure out what overlaps with the webgpu.h docs)
BSD 3-Clause License, please see LICENSE.
This is not an officially supported Google product.