[Webkit-unassigned] [Bug 220432] New: Work around Clang bug in __builtin_return_address().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 7 13:00:15 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=220432

            Bug ID: 220432
           Summary: Work around Clang bug in __builtin_return_address().
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

Clang's __builtin_return_address() currently sometimes returns a PAC signed pointer and sometimes not.  This patch works around that by always ensuring that the pointer is not signed.

rdar://71648468

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210107/5f748401/attachment.htm>


More information about the webkit-unassigned mailing list