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