[Webkit-unassigned] [Bug 229329] New: Remove assertIsTagged and assertIsNullOrTagged.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 20 02:30:13 PDT 2021


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

            Bug ID: 229329
           Summary: Remove assertIsTagged and assertIsNullOrTagged.
           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

These assertion utility functions relies on tagged pointers always having non-zero PAC bits.  This is an incorrect assumption.  A tagged pointer can have PAC bits that are completely zero.  Hence, these assert functions cannot be made to work reliably.  We should remove them to prevent them from being used, and potentially resulting in flaky assertion failures that will hard to debug later.

-- 
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/20210820/ef6c91fa/attachment-0001.htm>


More information about the webkit-unassigned mailing list