Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bb7181ea246c063f033380b4efad3ffe5cf00125
      
https://github.com/WebKit/WebKit/commit/bb7181ea246c063f033380b4efad3ffe5cf00125
  Author: Sosuke Suzuki <[email protected]>
  Date:   2025-06-06 (Fri, 06 Jun 2025)

  Changed paths:
    A JSTests/wasm/stress/exnref-global-get-segv.js
    M Source/JavaScriptCore/wasm/js/WebAssemblyModuleRecord.cpp

  Log Message:
  -----------
  [JSC] Prevent SEGV triggered by exceptions from `Wasm::Global::get`
https://bugs.webkit.org/show_bug.cgi?id=294119

Reviewed by Justin Michaud.

Running the test case attached to 293340 on current JSC ends in a
segmentation fault.

That crash is itself a bug, so this patch adds proper handling for
the exception raised by global get and ensures JSC no longer SEGVs.

NOTE: This patch does not fix the functional bug reported in 293340;
it only removes the SEGV.

Canonical link: https://commits.webkit.org/295943@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

Reply via email to