[webkit-changes] [WebKit/WebKit] 7cbf03: The functions threadSelfRestrictSupported, threadS...

TuomasWebKit noreply at github.com
Wed Mar 6 10:00:50 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7cbf038b3af6dc95f13ec60e11ddbb1b2ca6b6f6
      https://github.com/WebKit/WebKit/commit/7cbf038b3af6dc95f13ec60e11ddbb1b2ca6b6f6
  Author: Tuomas Karkkainen <tuomas.webkit at apple.com>
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
    M Source/JavaScriptCore/assembler/FastJITPermissions.h

  Log Message:
  -----------
  The functions threadSelfRestrictSupported, threadSelfRestrictRWXToRW and threadSelfRestrictRWXToRX are incompatible with AddressSanitizer.
https://bugs.webkit.org/show_bug.cgi?id=270569

Reviewed by Keith Miller.

Suppress ASan instrumentation on threadSelfRestrictSupported,
threadSelfRestrictRWXToRW and threadSelfRestrictRWXToRX.

* Source/JavaScriptCore/assembler/FastJITPermissions.h:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list