summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_intercepted_functions.h
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Delete asan_intercepted_functions.h, move the code into asan_intercept...Alexander Potapenko2013-12-261-79/+0
* [ASan] Remove the explicit function prototypes for intercepted functions on W...Timur Iskhodzhanov2013-09-101-36/+0
* asan: Add a wcslen interceptor mirroring strlenReid Kleckner2013-09-051-0/+1
* Disable init-order checking before destructors are run.Alexey Samsonov2013-05-241-0/+6
* asan/tsan: move strcasecmp() interceptor to sanitizer_commonDmitry Vyukov2013-03-261-2/+0
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-8/+8
* [Sanitizer] Don't intercept frexpf and frexpl on Windows. Add frexp declarati...Alexey Samsonov2013-03-151-1/+2
* [asan] move the .preinit_array hack into a separate file (added used attribute)Kostya Serebryany2013-02-221-1/+0
* [ASan] Declare CreateThread as extern "C" to fix the Windows build.Alexander Potapenko2013-02-211-1/+1
* [ASan] Put several function prototypes back under #ifdef _WIN32 to fix the Wi...Alexander Potapenko2013-02-211-0/+21
* [ASan] Refactoring: nuke the redundant function declarations in asan_intercep...Alexander Potapenko2013-02-211-237/+0
* [ASan] Delete asan/dynamic dir and temporarily move the interposers declarati...Alexander Potapenko2013-02-201-13/+32
* [sanitizer] Add interceptors for localtime and friends.Evgeniy Stepanov2013-02-191-0/+14
* [asan] Add new __isoc99_*scanf to ASan intercepted functions list.Evgeniy Stepanov2013-02-121-0/+14
* [ASan] fix the interceptor for siglongjmp. As we're using dylib interposition...Alexander Potapenko2013-02-061-3/+1
* [ASan] Delete the code related to static runtime on OS X.Alexander Potapenko2013-02-051-3/+4
* [ASan] fix compilation on Mac by adding a missing pwrite parameter.Alexander Potapenko2013-01-241-1/+2
* [ASan] Use dylib interposition to hook memory allocation in the dynamic runtime.Alexander Potapenko2013-01-221-7/+26
* ASan: build unit tests with -fsanitize-address-zero-base-shadow on Linux and ...Alexey Samsonov2013-01-211-1/+1
* [asan] Move *scanf declarations out of mac-only section.Evgeniy Stepanov2013-01-211-23/+23
* [sanitizer] lintEvgeniy Stepanov2013-01-181-2/+3
* [ASan] Fix compilation on Mac.Alexander Potapenko2013-01-181-6/+8
* [sanitizer] Fix Mac build.Evgeniy Stepanov2013-01-181-0/+11
* [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warnin...Kostya Serebryany2013-01-181-2/+7
* Revert r172719, r172721-172723, and r172725.Jakob Stoklund Olesen2013-01-171-7/+2
* [asan] attempting to fix the Mac buildKostya Serebryany2013-01-171-0/+7
* [tsan] move prctl interceptor from asan to common_interceptors thus enabling ...Kostya Serebryany2013-01-171-2/+0
* [Sanitizer] Add new header - sanitizer_platform_interceptors.h, which should ...Alexey Samsonov2012-12-131-0/+1
* [ASan] one more macro for 'read' interceptionAlexey Samsonov2012-12-131-0/+2
* [ASan] more macro for conditional interception of pread functionsAlexey Samsonov2012-12-131-0/+5
* [sanitizer] replace size_t with SIZE_T in interceptors (same for ssize_t, off...Kostya Serebryany2012-12-131-14/+7
* [asan] fix the Android build (pread64 interceptor again)Kostya Serebryany2012-12-131-2/+1
* [sanitizer] add OnMap/OnUmap callbacks to the allocator interfaceKostya Serebryany2012-12-121-2/+4
* [ASan] fix compilation on Mac.Alexander Potapenko2012-12-121-0/+12
* ASan: intercept prctl on Linux onlyAlexey Samsonov2012-12-071-0/+2
* [ASan] Do not build the interceptors that use ObjC blocks if the compiler doe...Alexander Potapenko2012-12-041-1/+1
* [ASan] intercept swapcontext on Linux onlyAlexey Samsonov2012-11-231-8/+6
* [ASan] Add interceptor for swapcontext to fight with false positives in some ...Alexey Samsonov2012-11-231-0/+8
* Fix two compiler warnings: must use at least one argument for "..." in a vari...Alexander Potapenko2012-09-061-1/+1
* Re-implement the wrappers for libdispatch functions using blocks where approp...Alexander Potapenko2012-08-231-0/+8
* Dynamic interceptors for dispatch_async and dispatch_after.Alexander Potapenko2012-08-201-0/+6
* Fix a leftover #if defined(DYNAMIC_MAC_WRAPPERS).Alexander Potapenko2012-08-201-1/+1
* Remove the extra semicolon reported by the buildbot.Alexander Potapenko2012-08-151-1/+1
* Introduce asan_intercepted_functions.h which contains the declarations wrappe...Alexander Potapenko2012-08-151-0/+205
OpenPOWER on IntegriCloud