[webkit-changes] [WebKit/WebKit] 54408f: [WebGPU] RemoteBuffer unmap should check the input...

mwyrzykowski noreply at github.com
Wed Apr 12 17:32:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 54408f5746f2401721bd56d71de132a22b6f9856
      https://github.com/WebKit/WebKit/commit/54408f5746f2401721bd56d71de132a22b6f9856
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
    M Source/WebKit/GPUProcess/graphics/WebGPU/RemoteBuffer.cpp

  Log Message:
  -----------
  [WebGPU] RemoteBuffer unmap should check the input vector
https://bugs.webkit.org/show_bug.cgi?id=255350
<rdar://107947502>

Reviewed by Myles C. Maxfield.

Ensure data vector passed to unmap is valid for the currently
mapped buffer.

* Source/WebKit/GPUProcess/graphics/WebGPU/RemoteBuffer.cpp:
(WebKit::RemoteBuffer::unmap):

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




More information about the webkit-changes mailing list