Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7eb649d16218bced957fdf43836d38fa546f23ab
      
https://github.com/WebKit/WebKit/commit/7eb649d16218bced957fdf43836d38fa546f23ab
  Author: Keith Miller <[email protected]>
  Date:   2024-10-17 (Thu, 17 Oct 2024)

  Changed paths:
    M Source/JavaScriptCore/jsc.cpp

  Log Message:
  -----------
  functionCallerIsBBQOrOMGCompiled should not crash when tail called
https://bugs.webkit.org/show_bug.cgi?id=281712
rdar://135532466

Reviewed by Justin Michaud.

If FTL direct calls to wasm and that wasm tail calls 
functionCallerIsBBQOrOMGCompiled
we currently assertion failure. This causes noise with fuzzers so just throw 
instead.

* Source/JavaScriptCore/jsc.cpp:
(JSC_DEFINE_HOST_FUNCTION):

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