summaryrefslogtreecommitdiff
path: root/lib/msan/msan.cc
AgeCommit message (Expand)Author
2017-11-10[msan] Deadly signal handler for msanVitaly Buka
2017-11-09[msan] Add context argument into GetStackTraceVitaly Buka
2016-04-27[MSan] [PowerPC] Dereference function descriptors when recording stack origins.Marcin Koscielnicki
2016-04-27[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-04-15Revert "[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-...Marcin Koscielnicki
2016-04-14[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-03-18[sancov] common flags initialization.Mike Aizatsky
2016-02-26[MSan] Endianness should not matter while printing a byteMohit K. Bhakkad
2016-02-22[MSan] Make unaligned load/store functions compatible for both endiansMohit K. Bhakkad
2015-12-14[compiler-rt] [msan] Variadic support for AArch64Adhemerval Zanella
2015-10-29[compiler-rt] [msan] Unify aarch64 mappingAdhemerval Zanella
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-09-29[msan] Early allocator initialization.Evgeniy Stepanov
2015-09-15[sanitizer] Move CheckVMASize after flag initializationAdhemerval Zanella
2015-09-11[compiler-rt] [sanitizers] Add VMA size check at runtimeAdhemerval Zanella
2015-08-24[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov
2015-08-24[Sanitizers] Allow to install several internal Die callbacks.Alexey Samsonov
2015-08-22Revert r245770 and r245777.Alexey Samsonov
2015-08-22[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov
2015-08-21[MSan] Deprecate __msan_set_death_callback() in favor of __sanitizer_set_deat...Alexey Samsonov
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-07-21[sanitizer] Implement include_if_exists with process name substitution.Evgeniy Stepanov
2015-07-17re-added changes due to svn config setting issuesNaomi Musgrave
2015-06-04[ASan] Make binary name reader cross-platform.Yury Gribov
2015-05-24[msan] Mprotect all inaccessible memory regions.Evgeniy Stepanov
2015-04-28Allow UBSan+MSan and UBSan+TSan combinations (Clang part).Alexey Samsonov
2015-04-27[MSan] Prepare for splitting msan_new_delete.cc into a separate library. NFC.Alexey Samsonov
2015-02-26[msan] Fix MsanTest to pass in track_origins=2 mode.Evgeniy Stepanov
2015-02-12[Sanitizer] Change InitializeFlags() signatures. NFC.Alexey Samsonov
2015-02-12[Sanitizer] Add "final" specifier to FlagHandlerBase::Parse overrides. NFC.Alexey Samsonov
2015-01-22[msan] Better use-after-free reports.Evgeniy Stepanov
2015-01-21[msan] Refactor shadow operations.Evgeniy Stepanov
2015-01-20[asan] Allow changing verbosity in activation flags.Evgeniy Stepanov
2015-01-19[sanitizer] Make unrecognized flags not fatal.Evgeniy Stepanov
2015-01-19[sanitizer] Switch flag parsing to LowLevelAlloc.Evgeniy Stepanov
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2015-01-07[Sanitizer] Change the runtime flag representation.Alexey Samsonov
2015-01-02Revert "Revert r224736: "[Sanitizer] Make CommonFlags immutable after initial...Alexey Samsonov
2015-01-02Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."Chandler Carruth
2014-12-26[asan] Allow enabling coverage at activation.Evgeniy Stepanov
2014-12-26Revert r224838, r224839.Evgeniy Stepanov
2014-12-25[asan] Allow enabling coverage at activation.Evgeniy Stepanov
2014-12-22[Sanitizer] Make CommonFlags immutable after initialization.Alexey Samsonov
2014-12-19[Sanitizer] Refactor CommonFlags interface. NFC.Alexey Samsonov
2014-12-03[msan] allow -fsanitize-coverage=N together with -fsanitize=memory, compiler-...Kostya Serebryany
2014-12-03[msan] Change the way origin ids are built.Evgeniy Stepanov
2014-11-28[Msan] Generalize mapping facilities to add FreeBSD supportViktor Kutuzov
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-11-13Fix -Wcast-qual warnings in sanitizersAlexey Samsonov
2014-10-26Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov