[webkit-changes] [WebKit/WebKit] 234fe9: Only use EXCEPTION_IDENTITY_PROTECTED in thread_se...

Commit Queue noreply at github.com
Mon Feb 13 12:31:52 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 234fe91cff8a3dc96d7b2727e617e270dbcec487
      https://github.com/WebKit/WebKit/commit/234fe91cff8a3dc96d7b2727e617e270dbcec487
  Author: Brandon Kayes <bkayes at apple.com>
  Date:   2023-02-13 (Mon, 13 Feb 2023)

  Changed paths:
    M Source/WTF/WTF.xcodeproj/project.pbxproj
    M Source/WTF/wtf/PlatformJSCOnly.cmake
    M Source/WTF/wtf/PlatformMac.cmake
    M Source/WTF/wtf/threads/Signals.cpp

  Log Message:
  -----------
  Only use EXCEPTION_IDENTITY_PROTECTED in thread_set_exception_ports
https://bugs.webkit.org/show_bug.cgi?id=247635
rdar://101307915

Reviewed by Mark Lam.

First party applications will soon be required to use this flavor of
exception, as it is more favorable from a security perspective. This
change adopts that requirement.

* Source/WTF/wtf/threads/Signals.cpp:

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




More information about the webkit-changes mailing list