Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5d6610e9cc8ed85f705ba9f3e41dd68c3a84ec4a
https://github.com/WebKit/WebKit/commit/5d6610e9cc8ed85f705ba9f3e41dd68c3a84ec4a
Author: Mike Wyrzykowski <[email protected]>
Date: 2024-11-18 (Mon, 18 Nov 2024)
Changed paths:
A LayoutTests/fast/webgpu/nocrash/fuzz-283196-expected.txt
A LayoutTests/fast/webgpu/nocrash/fuzz-283196.html
M Source/WebGPU/WebGPU/Texture.mm
Log Message:
-----------
[WebGPU] Release assertion triggered on destroyed canvas backing
https://bugs.webkit.org/show_bug.cgi?id=283196
rdar://139732495
Reviewed by Tadeu Zagallo.
Fix invalid release assertion in Texture::recreateIfNeeded which
could be triggered on a destroyed canvas texture.
* LayoutTests/fast/webgpu/nocrash/fuzz-283196-expected.txt: Added.
* LayoutTests/fast/webgpu/nocrash/fuzz-283196.html: Added.
Add regression test.
* Source/WebGPU/WebGPU/Texture.mm:
(WebGPU::Texture::recreateIfNeeded):
Only allow canvas backings to no longer be considered destroyed.
Canonical link: https://commits.webkit.org/286756@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes