commit | b7da8f612ec06f06563502d29560dc09b9f5b311 | [log] [tgz] |
---|---|---|
author | Alastair Donaldson <afdx@google.com> | Mon Sep 19 15:47:32 2022 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 19 15:47:32 2022 +0000 |
tree | 084900f8831c50723118670397a11257edbcd12e | |
parent | 4f8ed34b94e89b9e5c87bfe8c95fd39d7943bedc [diff] |
Fix out-of-bounds access in regex fuzzer Fixes the regex fuzzer so that when searching for an operator to replace, it takes account of the fact that the string being searched may be very small, avoiding an issue where unsigned integer underflow would occur. Bug: crbug.com/1359193 Change-Id: I653a20429dc20385a64f8d684c81d023702458e6 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/102641 Kokoro: Kokoro <noreply+kokoro@google.com> Auto-Submit: Alastair Donaldson <afdx@google.com> Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Dawn is an open-source and cross-platform implementation of the work-in-progress 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)
(TODO)
Apache 2.0 Public License, please see LICENSE.
This is not an officially supported Google product.