Changeset 268013 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Oct 5, 2020, 4:29:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r268004 r268013 1 2020-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 1 14 2020-10-05 Keith Miller <[email protected]> 2 15
Note:
See TracChangeset
for help on using the changeset viewer.