summaryrefslogtreecommitdiff
path: root/lib/msan/msan_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* (NFC) Rename GetMax{,User}VirtualAddress.Evgeniy Stepanov2017-11-071-1/+1
* Add NetBSD improvements in sanitizersKamil Rytarowski2017-10-251-3/+3
* msan: Enable 48-bit VMA support on aarch64Adhemerval Zanella2016-08-251-1/+2
* [sanitizer] rename MmapNoAccess to MmapFixedNoAccess; NFCKostya Serebryany2016-04-221-2/+2
* [compiler-rt] [msan] Unify aarch64 mappingAdhemerval Zanella2015-10-291-0/+6
* [compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar2015-10-011-3/+3
* [Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov2015-08-241-5/+0
* Revert r245770 and r245777.Alexey Samsonov2015-08-221-0/+5
* [Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov2015-08-221-5/+0
* [MSan] Deprecate __msan_set_death_callback() in favor of __sanitizer_set_deat...Alexey Samsonov2015-08-211-2/+0
* [Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov2015-08-211-2/+2
* Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov2015-05-291-5/+5
* [msan] Mprotect all inaccessible memory regions.Evgeniy Stepanov2015-05-241-10/+31
* Split Mprotect into MmapNoAccess and MprotectNoAccess to be more portableTimur Iskhodzhanov2015-04-101-1/+1
* [ASan] Add use_madv_dontdump flag.Yury Gribov2015-02-031-0/+2
* [msan] Refactor memory layout specification and setup.Evgeniy Stepanov2015-01-271-53/+49
* [msan] Use internal__exit() instead of _exit().Evgeniy Stepanov2015-01-191-1/+1
* [msan] Stop calling pthread_getspecific in signal handlers.Evgeniy Stepanov2014-12-171-5/+14
* [msan] allow -fsanitize-coverage=N together with -fsanitize=memory, compiler-...Kostya Serebryany2014-12-031-0/+2
* [Msan] Generalize mapping facilities to add FreeBSD supportViktor Kutuzov2014-11-281-40/+83
* [MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad).Alexey Samsonov2014-11-191-0/+6
* [msan] Print stats even on successful run with atexit=1.Evgeniy Stepanov2014-06-241-4/+3
* [msan] Implement MSAN_OPTIONS=print_stats=1.Evgeniy Stepanov2014-05-211-0/+2
* [msan] mprotect() more memory to detect user code outside of application range.Evgeniy Stepanov2014-04-111-2/+4
* [msan] Introduce MsanThread. Move thread-local allocator cache out of TLS.Evgeniy Stepanov2014-04-041-0/+32
* [msan] Implement __msan_set_death_callback.Evgeniy Stepanov2014-03-271-0/+2
* [sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev2013-12-051-8/+6
* [msan] Sanity check for non-PIE.Evgeniy Stepanov2013-11-111-0/+6
* tsan: move verbosity flag to CommonFlagsDmitry Vyukov2013-10-151-1/+1
* Move UnpoisonMappedDSO to sanitizer_common.Peter Collingbourne2013-07-291-36/+0
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-1/+2
* [msan] Use sptr instead of ptrdiff_t.Evgeniy Stepanov2013-03-121-1/+1
* [msan] intercept dlopen and clear shadow for itReid Kleckner2013-03-111-0/+39
* [Sanitizer] update style checker script and fix namespace style warningsAlexey Samsonov2013-01-301-1/+1
* [msan] Remove the trap handler code.Evgeniy Stepanov2013-01-221-16/+0
* [sanitizer] better statistics for the large allocatorKostya Serebryany2013-01-101-1/+0
* [msan] Set program exit code in keep-going mode.Evgeniy Stepanov2013-01-101-0/+13
* [msan] Check for conflicting memory mappings.Evgeniy Stepanov2012-12-261-0/+6
* [msan] MemorySanitizer runtime.Evgeniy Stepanov2012-12-111-0/+90