[all-commits] [llvm/llvm-project] 803323: [asan] Intercept atoll and strtoll on Windows
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun Aug 27 10:36:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8033231240f223dc7c718d1d27ece2dbcc8057c6
https://github.com/llvm/llvm-project/commit/8033231240f223dc7c718d1d27ece2dbcc8057c6
Author: Fangrui Song <i at maskray.me>
Date: 2023-08-27 (Sun, 27 Aug 2023)
Changed paths:
M compiler-rt/lib/asan/asan_interceptors.cpp
M compiler-rt/lib/asan/asan_interceptors.h
M compiler-rt/lib/asan/asan_win_dll_thunk.cpp
M compiler-rt/test/asan/TestCases/atoll_strict.c
Log Message:
-----------
[asan] Intercept atoll and strtoll on Windows
`_MSC_VER>=1800` (Visual Studio 2013) supports atoll/strtoll.
Remove the obsoleted workaround ASAN_INTERCEPT_ATOLL_AND_STRTOLL.
test/asan/TestCases/atoll_strict.c passes but
test/asan/TestCases/strtoll_strict.c doesn't.
More information about the All-commits
mailing list