Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit adaf95f

Browse files
committed
[ASan/Win] Add DLL thunks for the fake stack interface
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@207960 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent d63da57 commit adaf95f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/asan/asan_dll_thunk.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ WRAP_V_WW(__asan_unpoison_stack_memory)
164164
WRAP_V_WW(__asan_poison_memory_region)
165165
WRAP_V_WW(__asan_unpoison_memory_region)
166166

167+
WRAP_W_V(__asan_get_current_fake_stack)
168+
WRAP_W_WWWW(__asan_addr_is_in_fake_stack)
169+
167170
WRAP_W_WW(__asan_stack_malloc_0)
168171
WRAP_W_WW(__asan_stack_malloc_1)
169172
WRAP_W_WW(__asan_stack_malloc_2)

0 commit comments

Comments
 (0)