[webkit-changes] [WebKit/WebKit] b024ab: [WebGPU] createPipelineLayout should check for inv...

mwyrzykowski noreply at github.com
Mon Feb 19 11:22:25 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b024ab1fe383812f5ad7a60c506b56b5647c5db2
      https://github.com/WebKit/WebKit/commit/b024ab1fe383812f5ad7a60c506b56b5647c5db2
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2024-02-19 (Mon, 19 Feb 2024)

  Changed paths:
    M Source/WebGPU/WebGPU/PipelineLayout.mm

  Log Message:
  -----------
  [WebGPU] createPipelineLayout should check for invalid bind group layouts
https://bugs.webkit.org/show_bug.cgi?id=269645
<radar://123092667>

Reviewed by Dan Glastonbury.

Not checking for invalid pipelines could cause an unintialized
access in asan.

* Source/WebGPU/WebGPU/PipelineLayout.mm:
(WebGPU::Device::createPipelineLayout):

Canonical link: https://commits.webkit.org/274988@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list