Skip to content

Commit e7126d5

Browse files
committed
intercept atoll for the static runtime.
1 parent 0f9a777 commit e7126d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/lib/asan/asan_win_static_runtime_thunk.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434

3535
INTERCEPT_LIBRARY_FUNCTION_ASAN(atoi);
3636
INTERCEPT_LIBRARY_FUNCTION_ASAN(atol);
37+
INTERCEPT_LIBRARY_FUNCTION_ASAN(atoll);
3738
INTERCEPT_LIBRARY_FUNCTION_ASAN(frexp);
3839
INTERCEPT_LIBRARY_FUNCTION_ASAN(longjmp);
3940
# if SANITIZER_INTERCEPT_MEMCHR

0 commit comments

Comments
 (0)