summaryrefslogtreecommitdiff
path: root/ext/objspace/depend
diff options
context:
space:
mode:
authorKJ Tsanaktsidis <[email protected]>2024-01-17 11:45:33 +1100
committerKJ Tsanaktsidis <[email protected]>2024-01-19 09:55:12 +1100
commit61da90c1b8d5c9a62d429ef66f000117eca675b3 ()
treee93ec1511a30b1c5ce2d4569e8f293ee67678b48 /ext/objspace/depend
parent3cfcb45ecfb8dde9920220ae65ea6040e456bbd1 (diff)
Mark asan fake stacks during machine stack marking
ASAN leaves a pointer to the fake frame on the stack; we can use the __asan_addr_is_in_fake_stack API to work out the extent of the fake stack and thus mark any VALUEs contained therein. [Bug #20001]
-rw-r--r--ext/objspace/depend1
1 files changed, 1 insertions, 0 deletions
@@ -182,6 +182,7 @@ object_tracing.o: $(top_srcdir)/internal/basic_operators.h
object_tracing.o: $(top_srcdir)/internal/compilers.h
object_tracing.o: $(top_srcdir)/internal/gc.h
object_tracing.o: $(top_srcdir)/internal/imemo.h
object_tracing.o: $(top_srcdir)/internal/serial.h
object_tracing.o: $(top_srcdir)/internal/static_assert.h
object_tracing.o: $(top_srcdir)/internal/vm.h