Branch: refs/heads/webkitglib/2.54
Home: https://github.com/WebKit/WebKit
Commit: d23526630231cfe7383254a4bb7a8f5331353329
https://github.com/WebKit/WebKit/commit/d23526630231cfe7383254a4bb7a8f5331353329
Author: Fady Farag <[email protected]>
Date: 2026-08-22 (Sat, 22 Aug 2026)
Changed paths:
M Source/WebCore/bindings/js/WebAssemblyScriptBufferSourceProvider.h
Log Message:
-----------
Cherry-pick 319496@main (a1306c500f0b).
https://bugs.webkit.org/show_bug.cgi?id=322153
Use-after-move in `WebAssemblyScriptBufferSourceProvider::create()`
https://bugs.webkit.org/show_bug.cgi?id=322153
rdar://185374718
Reviewed by Yusuke Suzuki.
ISO C++ does not guarantee the evaluation order of function arguments.
The constructor call here both moved `sourceURL` and read it via
`sourceURL.string()`, so the use and the move were unsequenced.
* Source/WebCore/bindings/js/WebAssemblyScriptBufferSourceProvider.h:
Canonical link: https://commits.webkit.org/319496@main
Canonical link: https://commits.webkit.org/317695.138@webkitglib/2.54
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications