Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 95031bd05fd29c0dfc4fa7d02672dc96518c145b
      
https://github.com/WebKit/WebKit/commit/95031bd05fd29c0dfc4fa7d02672dc96518c145b
  Author: Daniel Liu <[email protected]>
  Date:   2025-09-21 (Sun, 21 Sep 2025)

  Changed paths:
    M Source/WTF/wtf/PlatformCallingConventions.h

  Log Message:
  -----------
  JITOperationAnnotationInitializers should have SUPPRESS_ASAN
https://bugs.webkit.org/show_bug.cgi?id=299191
rdar://160871360

Reviewed by Yusuke Suzuki and David Kilzer.

Currently, JITOperationAnnotationInitializers aren't marked SUPPRESS_ASAN, which
leads to global redzones being placed between them when we don't intend to. This
patch adds SUPPRESS_ASAN to stop those redzones from being added.

No new tests as this fixes a crash on startup on ASAN builds.
* Source/WTF/wtf/PlatformCallingConventions.h:

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