Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]> Auto-Submit: James Price <[email protected]> Commit-Queue: Ryan Harrison <[email protected]> Commit-Queue: James Price <[email protected]>
- Loading branch information