[webkit-changes] [WebKit/WebKit] c5b1aa: Work around ASAN linker issue with currentStackPoi...

EWS noreply at github.com
Sat Feb 4 18:56:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c5b1aaff095f20adff76d53864500f1e42871768
      https://github.com/WebKit/WebKit/commit/c5b1aaff095f20adff76d53864500f1e42871768
  Author: Mark Lam <mark.lam at apple.com>
  Date:   2023-02-04 (Sat, 04 Feb 2023)

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

  Log Message:
  -----------
  Work around ASAN linker issue with currentStackPointer().
https://bugs.webkit.org/show_bug.cgi?id=251746
rdar://105047685

Reviewed by Alex Christensen.

For unknown reasons, the linker is not able to see exported inline asm functions
for ASAN builds.  As a work around, we'll use the generic currentStackPointer()
when ASAN_ENABLED.

* Source/WTF/wtf/StackPointer.h:

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




More information about the webkit-changes mailing list