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