1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-14 21:32:06 +00:00
serenity/Userland/Libraries/LibJS/Heap
Andrew Kaster 31440687a3 LibJS: Check the ASAN fake stack for heap pointers when ASAN is enabled
This is a similar strategy to what v8 does. Use the ASAN API function
__asan_addr_is_in_fake_stack to check any fake stack frames associated
with each stack address we scan. This fully allows running test-js -g
with the option detect_stack_use_after_return turned on.
2023-07-01 07:03:11 +02:00
..
BlockAllocator.cpp
BlockAllocator.h
Cell.h LibJS+LibWeb: Explicitly mark ignored members in visit_edges methods 2023-04-30 06:04:33 +02:00
CellAllocator.cpp
CellAllocator.h
DeferGC.h
GCPtr.h LibJS: Allow constructing a GCPtr from another GCPtr of convertible type 2023-03-15 08:48:49 +01:00
Handle.cpp
Handle.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
Heap.cpp LibJS: Check the ASAN fake stack for heap pointers when ASAN is enabled 2023-07-01 07:03:11 +02:00
Heap.h LibJS: Check the ASAN fake stack for heap pointers when ASAN is enabled 2023-07-01 07:03:11 +02:00
HeapBlock.cpp
HeapBlock.h LibJS: Align HeapBlock cell storage to __BIGGEST_ALIGNMENT__ 2023-06-19 21:59:35 +02:00
MarkedVector.cpp
MarkedVector.h