Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c3dadf54693bf4f0ba97f9ff8b4f627934c03a2d
      
https://github.com/WebKit/WebKit/commit/c3dadf54693bf4f0ba97f9ff8b4f627934c03a2d
  Author: Daniel Liu <[email protected]>
  Date:   2025-02-18 (Tue, 18 Feb 2025)

  Changed paths:
    M Source/JavaScriptCore/llint/InPlaceInterpreter64.asm

  Log Message:
  -----------
  Unify IPInt memory index masking
https://bugs.webkit.org/show_bug.cgi?id=287297
rdar://144890544

Reviewed by Yusuke Suzuki.

Some memory operations were not properly masking their memory index, leading
to out of memory accesses. This patch moves the bitmask to shared logic so
that all memory operations will mask the index properly.

* Source/JavaScriptCore/llint/InPlaceInterpreter64.asm:

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