summaryrefslogtreecommitdiff
path: root/lib/asan/asan_win_dll_thunk.cc
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Windows ASan: Instrument _msize_base()Vlad Tsyrklevich2018-12-141-0/+1
* Comment fix.David Major2018-05-041-1/+1
* Fix WinASan after moving wcslen interceptor to sanitizer_commonReid Kleckner2017-06-291-0/+1
* Add strtok interceptor for ASAN for Windows.Alex Shlyapnikov2017-03-231-0/+1
* [compiler-rt][asan|win] Fix ASAN exception handler missing importEtienne Bergeron2017-02-151-0/+1
* [sanitizer] Intercept weak functions in dll_thunks.Marcos Pividori2017-02-021-1/+1
* [sanitizer] Split dll_thunks into different sanitizers.Marcos Pividori2017-02-021-402/+72
* [sanitizer] Define as weak, functions that are declared as weak.Marcos Pividori2017-01-311-2/+0
* General definition for weak functionsMarcos Pividori2017-01-291-2/+0
* [sanitizer] [asan] Use macros to simplify weak aliases on Windows.Marcos Pividori2017-01-201-2/+2
* Add DLL thunks for new sancov APIs to fix Windows testsReid Kleckner2016-12-131-0/+4
* [sanitizers] __sanitizer_get_module_and_offset_for_pc interface functionMike Aizatsky2016-12-051-0/+1
* [asan] Create a .ASAN$G(A-Z) section for global registrationReid Kleckner2016-11-171-0/+3
* Allow users to call ASan's deadly exception report mechanismReid Kleckner2016-11-151-10/+11
* [asan] Reduce prototype duplication with decltypeReid Kleckner2016-11-151-11/+11
* Pacify lint checkJonas Hahnfeld2016-11-091-2/+2
* [asan/win] Add init hooks to .CRT$XLABReid Kleckner2016-11-081-0/+15
* Follow up to r283955: add _recalloc_base dll thunkReid Kleckner2016-10-121-0/+1
* [sanitizer-coverage] remove stale code, second attempt after failed r282994Kostya Serebryany2016-10-041-2/+0
* [compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron2016-09-301-1/+4
* revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo...Nico Weber2016-09-211-5/+7
* [compiler-rt] Add support for the dynamic shadow allocationEtienne Bergeron2016-09-191-7/+5
* [sanitizer] rename __sanitizer_symbolize_data to __sanitizer_symbolize_global...Kostya Serebryany2016-09-191-1/+1
* [sanitizer] add __sanitizer_symbolize_data (can only print the names of the g...Kostya Serebryany2016-09-191-0/+1
* Remove undefined weak hooks from dll thunk export list to really fix windows ...Reid Kleckner2016-09-161-12/+0
* [asan] provide dummy implementations for __sanitizer_cov_trace_pc_*Kostya Serebryany2016-09-151-0/+3
* [sanitizer] Fixup: Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-0/+2
* Really fix the Windows sanitizer buildReid Kleckner2016-09-151-1/+0
* [asan] fix windowsKostya Serebryany2016-09-141-0/+1
* Fix dll_host.cc test after adding div and gep trace coverage pointsReid Kleckner2016-09-011-0/+3
* [asan] Remove runtime flag detect_stack_use_after_scopeVitaly Buka2016-08-291-4/+0
* [asan] fix windows botKostya Serebryany2016-08-251-0/+1
* [asan] trying to fix the windows botKostya Serebryany2016-08-181-0/+4
* [asan] Add __asan_set_shadow_*Vitaly Buka2016-08-181-0/+7
* [sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky2016-08-051-1/+2
* [compiler-rt] Fix various typos in asan dll [NFC]Etienne Bergeron2016-08-011-1/+1
* Add detect_stack_use_after_scope runtime flagVitaly Buka2016-07-191-0/+4
* [compiler-rt] Fix 64-bits exception handlers in ASAN 64-bits runtimeEtienne Bergeron2016-07-151-0/+7
* [asan] Avoid hooking memchr() on Windows64Etienne Bergeron2016-07-141-0/+3
* Fix asan_win_dll_thunk.cc testDmitry Vyukov2016-06-211-0/+2
* [sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany2016-06-161-0/+1
* Update asan_win_dll_thunk.cc to fix the windows buildbot.Benjamin Kramer2016-05-301-0/+1
* [asan] Intercept strdup on WindowsReid Kleckner2016-03-221-0/+1
* [asan] Add new _*_base interceptors for VS 2015Reid Kleckner2016-03-211-0/+4
* [asan] Add strrchr to asan_win_dll_thunk.Evgeniy Stepanov2016-03-211-0/+1
* [sancov] adding internal functionMike Aizatsky2016-01-051-0/+1
* [ASan] Fix the links to bugs and wikipages.Alexander Potapenko2015-12-041-2/+1
* [Windows] Add exports for dll_host test broken by r252071 and r251071Reid Kleckner2015-11-111-0/+2
* [ASan] Add two new functions to DLL thunk.Alexey Samsonov2015-11-061-0/+3