Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: facd9885abd1b94a72428f65b964827b6a1c1ea7
      
https://github.com/WebKit/WebKit/commit/facd9885abd1b94a72428f65b964827b6a1c1ea7
  Author: Angelos Oikonomopoulos <ange...@igalia.com>
  Date:   2024-07-30 (Tue, 30 Jul 2024)

  Changed paths:
    M Source/JavaScriptCore/interpreter/CallFrame.cpp

  Log Message:
  -----------
  Fix CallFrame::wasmInstance on 32-bits
https://bugs.webkit.org/show_bug.cgi?id=277338

Reviewed by Justin Michaud.

On 32-bits, the codeblock cannot be treated as a JSValue. If we do that,
we're inadvertently using the adjacent callee as the tag, which leads
hits an assert in jsCast().

* Source/JavaScriptCore/interpreter/CallFrame.cpp:
(JSC::CallFrame::wasmInstance const):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to