summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common.cc
AgeCommit message (Expand)Author
2016-03-10[Windows] Fix UnmapOrDie and MmapAlignedOrDieReid Kleckner
2016-01-26[sanitizers] extracted process management functionsMike Aizatsky
2016-01-25Revert "[sanitizers] extracted process management functions"Mike Aizatsky
2016-01-25[sanitizers] extracted process management functionsMike Aizatsky
2016-01-18[asan] Optionally print reproducer cmdline in ASan reports.Maxim Ostapenko
2016-01-15sanitizer_common: C++ify the IntrusiveList iterator interface.Peter Collingbourne
2015-11-20[asan] Fix the deadlocks introduced by "On OS X, log reports to syslog and os...Anna Zaks
2015-11-20Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-11-12tsan: fix windows Go buildDmitry Vyukov
2015-11-05[Sanitizer] Use ReportMmapFailureAndDie() in all applicable mmap variants on ...Alexey Samsonov
2015-11-04Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"Juergen Ributzka
2015-10-28Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-10-27Revert "[asan] On OS X, log reports to syslog and os_trace"Anna Zaks
2015-10-27[asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-09-30[sanitizer_common] Apply modernize-use-nullptr, other minor fixesVedant Kumar
2015-08-27[Sanitizers] Make abort_on_error common flag.Alexey Samsonov
2015-08-27[Sanitizer] Use internal_memmove instead of the one implicitly generated by c...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[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-08-12[windows] Fix deadlock on mmap failure due to CHECK recursionReid Kleckner
2015-08-10[Windows] Implement FileExists, ReadFromFile, and FindPathToBinaryReid Kleckner
2015-07-28[sanitizer] Fix Mac build.Evgeniy Stepanov
2015-07-28[asan] Read process name from /proc/self/cmdline on Linux.Evgeniy Stepanov
2015-07-17[Sanitizer] Teach ReadFileToBuffer to distinguish empty file from inaccessibl...Alexey Samsonov
2015-06-29[libsanitizer] Replace ReadBinaryName() with ReadBinaryNameCached(),Alexander Potapenko
2015-06-26[libsanitizer] Delete the unused GetBinaryName() function.Alexander Potapenko
2015-06-05[ASan] Add process basename to log name and error message toYury Gribov
2015-06-04[ASan] Make binary name reader cross-platform.Yury Gribov
2015-06-04[sanitizer_common] Added VS-style output for source locationsFilipe Cabecinhas
2015-04-09Use WriteToFile instead of internal_write in non-POSIX codeTimur Iskhodzhanov
2015-04-09Use ReadFromFile instead of internal_read in non-POSIX codeTimur Iskhodzhanov
2015-04-09Introduce CloseFile to be used instead of internal_close on non-POSIXTimur Iskhodzhanov
2015-04-08[Sanitizers] Make OpenFile more portableTimur Iskhodzhanov
2015-04-06[ASan] Unify handling of loaded modules between POSIX and WindowsTimur Iskhodzhanov
2015-04-02[ASan/Win] Minor improvements towards enabling coverageTimur Iskhodzhanov
2015-03-23[ASan] Distinguish between read, write and read-write file access modes in Op...Alexander Potapenko
2015-03-17Improve SUMMARY reporting in sanitizers.Alexey Samsonov
2015-03-02[Sanitizer] Fix StripPathPrefix function and improve test case.Alexey Samsonov
2015-02-27[Sanitizer] Print column number in SUMMARY line if it's available.Alexey Samsonov
2015-02-19[Sanitizer] Move TemplateMatch() to sanitizer_common.cc. NFC.Alexey Samsonov
2015-01-20[asan] Allow changing verbosity in activation flags.Evgeniy Stepanov
2015-01-16[sanitizer] Additional error checking.Evgeniy Stepanov
2015-01-08Fix memory leaks in GetListOfModules() users.Alexey Samsonov
2015-01-08[Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.Alexey Samsonov
2014-12-15[asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_c...Kostya Serebryany
2014-12-11[Sanitizer] Don't modify mmap_limit_mb flag in runtime.Alexey Samsonov
2014-12-11[Sanitizer] Fix report_path functionality:Alexey Samsonov
2014-12-02Replace InternalScopedBuffer<char> with InternalScopedString where applicable.Alexey Samsonov