summaryrefslogtreecommitdiff
path: root/lib/asan/asan_malloc_win.cc
AgeCommit message (Expand)Author
2017-03-15Fix -Wstring-conversion instanceReid Kleckner
2017-01-30Recommit: Stop intercepting some malloc-related functions on FreeBSD andDimitry Andric
2016-10-11Fix _recalloc redefinition link error in ASan RTLReid Kleckner
2016-03-24[asan] Intercept all Heap* related imports from ucrtbase.dllReid Kleckner
2016-03-23[asan] Export new and delete operators on WindowsReid Kleckner
2016-03-21[asan] Add new _*_base interceptors for VS 2015Reid Kleckner
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-08-25[ASan/Win] Intercept memory allocation functions in the MD CRTTimur Iskhodzhanov
2014-08-15Follow-up to r215724: fix a lint warningTimur Iskhodzhanov
2014-08-15[ASan/Win] Introduce a new macro for malloc-like function attributes; also, c...Timur Iskhodzhanov
2014-08-15[ASan/Win] Remove old, unused and non-functional code that will be re-written...Timur Iskhodzhanov
2014-03-27Add support for _expand[_dbg] so we don't crash when _aligned_* allocation fu...Timur Iskhodzhanov
2013-12-20[sanitizer] Use the new sanitizer_interception.h header in all interceptors.Evgeniy Stepanov
2013-11-13[ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov
2013-08-13[ASan/Win] Oops, forgot to add the attributes to the memory allocations funct...Timur Iskhodzhanov
2013-03-19[sanitizer] More renamed macros.Evgeniy Stepanov
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2012-12-21[asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany
2012-12-13[asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany
2012-09-24[ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov
2012-06-04Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov
2012-05-31[asan] more renamingKostya Serebryany
2012-03-23[ASan] Add a few more malloc-related interceptors for WindowsTimur Iskhodzhanov
2012-03-12[ASan] Add back the support for /MT; intercept statically-linked functionsTimur Iskhodzhanov
2012-03-07[ASan] Fix lint warningTimur Iskhodzhanov
2012-03-07[ASan/Win] Intercept _msize, required for running SQLiteTimur Iskhodzhanov
2012-02-29[ASan] Replace CRT .dll malloc with our implementation at asan_init() timeTimur Iskhodzhanov
2012-02-22[ASan] Intercept functions on Windows - first versionTimur Iskhodzhanov
2012-02-06[asan] The first version of Windows malloc interceptors, patch by timurrrr@go...Kostya Serebryany