summaryrefslogtreecommitdiff
path: root/lib/asan/asan_malloc_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix FIXME added in r359339Reid Kleckner2019-04-291-0/+1
* Pacify sanitizer lint script after r359498Reid Kleckner2019-04-291-1/+0
* [AddressSanitizer] [Windows] Fix HeapReAlloc and _recalloc bugs in asan_mallo...Matthew G McGovern2019-04-291-14/+43
* 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/+6
* [ASan] [Windows] Avoid including windows.h in asan_malloc_win.ccMartin Storsjo2018-09-251-2/+11
* [ASan] [Windows] Remove const from _msize function declaration parameterMartin Storsjo2018-09-111-1/+1
* Fix -Wstring-conversion instanceReid Kleckner2017-03-151-1/+1
* Recommit: Stop intercepting some malloc-related functions on FreeBSD andDimitry Andric2017-01-301-5/+0
* Fix _recalloc redefinition link error in ASan RTLReid Kleckner2016-10-111-0/+6
* [asan] Intercept all Heap* related imports from ucrtbase.dllReid Kleckner2016-03-241-13/+83
* [asan] Export new and delete operators on WindowsReid Kleckner2016-03-231-17/+0
* [asan] Add new _*_base interceptors for VS 2015Reid Kleckner2016-03-211-0/+20
* [msan] Remove MSanDR and supporting code.Evgeniy Stepanov2014-11-181-1/+1
* [ASan/Win] Intercept memory allocation functions in the MD CRTTimur Iskhodzhanov2014-08-251-11/+39
* Follow-up to r215724: fix a lint warningTimur Iskhodzhanov2014-08-151-1/+1
* [ASan/Win] Introduce a new macro for malloc-like function attributes; also, c...Timur Iskhodzhanov2014-08-151-21/+27
* [ASan/Win] Remove old, unused and non-functional code that will be re-written...Timur Iskhodzhanov2014-08-151-28/+1
* Add support for _expand[_dbg] so we don't crash when _aligned_* allocation fu...Timur Iskhodzhanov2014-03-271-0/+15
* [sanitizer] Use the new sanitizer_interception.h header in all interceptors.Evgeniy Stepanov2013-12-201-1/+1
* [ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov2013-11-131-2/+3
* [ASan/Win] Oops, forgot to add the attributes to the memory allocations funct...Timur Iskhodzhanov2013-08-131-0/+11
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-191-1/+1
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-0/+2
* [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany2012-12-211-1/+1
* [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany2012-12-131-5/+5
* [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov2012-09-241-1/+2
* Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov2012-06-041-1/+1
* [asan] more renamingKostya Serebryany2012-05-311-2/+2
* [ASan] Add a few more malloc-related interceptors for WindowsTimur Iskhodzhanov2012-03-231-2/+45
* [ASan] Add back the support for /MT; intercept statically-linked functionsTimur Iskhodzhanov2012-03-121-4/+11
* [ASan] Fix lint warningTimur Iskhodzhanov2012-03-071-1/+0
* [ASan/Win] Intercept _msize, required for running SQLiteTimur Iskhodzhanov2012-03-071-0/+6
* [ASan] Replace CRT .dll malloc with our implementation at asan_init() timeTimur Iskhodzhanov2012-02-291-6/+34
* [ASan] Intercept functions on Windows - first versionTimur Iskhodzhanov2012-02-221-0/+1
* [asan] The first version of Windows malloc interceptors, patch by timurrrr@go...Kostya Serebryany2012-02-061-0/+57