Ignore:
Timestamp:
Oct 5, 2020, 4:29:11 PM (5 years ago)
Author:
[email protected]
Message:

Unrevewed, fix crash for ASan debug builds
https://bugs.webkit.org/show_bug.cgi?id=217261

Reviewed by Saam Barati.

This function touches memory region which ASan cannot understand whether this is safe.
And ASan makes pointer fat so that it will see some null pointers.

  • assembler/JITOperationList.cpp:

(JSC::addPointers):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r268004 r268013  
     12020-10-05  Yusuke Suzuki  <[email protected]>
     2
     3        Unrevewed, fix crash for ASan debug builds
     4        https://bugs.webkit.org/show_bug.cgi?id=217261
     5
     6        Reviewed by Saam Barati.
     7
     8        This function touches memory region which ASan cannot understand whether this is safe.
     9        And ASan makes pointer fat so that it will see some null pointers.
     10
     11        * assembler/JITOperationList.cpp:
     12        (JSC::addPointers):
     13
    1142020-10-05  Keith Miller  <[email protected]>
    215
Note: See TracChangeset for help on using the changeset viewer.