commit | f30182a85fa9980fede191e78c413ea29904bc92 | [log] [tgz] |
---|---|---|
author | James Price <jrprice@google.com> | Thu Dec 12 13:35:33 2024 -0800 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 12 13:35:33 2024 -0800 |
tree | f6a85240293b55b8709c608658a4923e75bd59e4 | |
parent | 1eff04cb1097ac4ba5b4b4430f4f789990d5b9d9 [diff] |
[spirv][fuzz] Check for embedded null characters in remapped entry point Strings in SPIR-V are null terminated, and these embedded null characters cause the SPIR-V parser to move on to the next operand prematurely. Fixed: 383379785 Fixed: 383379790 Change-Id: Id8ac0fe1f76e6d243b3da8e93f6c515c67c26b53 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/219254 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Auto-Submit: James Price <jrprice@google.com> Commit-Queue: Ryan Harrison <rharrison@chromium.org> Commit-Queue: James Price <jrprice@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.