summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common.cc
Commit message (Expand)AuthorAge
* [Sanitizer] Fix Go buildAlexey Samsonov2013-11-01
* [Sanitizer] Unify summary reporting across all sanitizers.Alexey Samsonov2013-11-01
* Hoist the addition of the prefix "SUMMARY: " fromNick Lewycky2013-10-23
* tsan: be silent if verbosity=0Dmitry Vyukov2013-10-15
* tsan: use sanitizer::CommonFlags in tsanDmitry Vyukov2013-10-15
* Refactor the usage of strip_path_prefix option and make it more consistent ac...Alexey Samsonov2013-10-04
* [Sanitizer] Refactor symbolization interface: use class instead of several fu...Alexey Samsonov2013-09-10
* sanitizers: Make sure Visual Studio gets error reportsReid Kleckner2013-09-05
* [sanitizer] Handle Die() in StopTheWorld.Sergey Matveev2013-08-26
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-17
* [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate li...Peter Collingbourne2013-05-17
* [sanitizer] Generic sorting in sanitizer_common.Sergey Matveev2013-05-13
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-08
* [libsanitizer] StopTheWorld in sanitizer_commonAlexander Potapenko2013-03-15
* [Sanitizer] use raw syscall instead of _exit() function on LinuxAlexey Samsonov2013-02-20
* [msan] add strip_path_prefix flag; print error summary; don't crash while pri...Kostya Serebryany2013-02-07
* [tsan] print error summary lineKostya Serebryany2013-02-06
* [asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany2013-02-06
* [Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov2013-02-01
* [sanitizer] make the error messages from sanitizer_common contain the actual ...Kostya Serebryany2013-01-31
* Fixup for r172828: use InternalScopedBuffer in favor of large stack buffersAlexey Samsonov2013-01-20
* [ASan] Fix the log_path option to use different log files for parent and chil...Alexander Potapenko2013-01-18
* asan: fix format string in CHECKDmitry Vyukov2013-01-11
* [asan] more sceleton code for asan_allocator2Kostya Serebryany2012-12-11
* Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which s...Alexander Potapenko2012-12-10
* tsan: fix lint warning and make output tests more robustDmitry Vyukov2012-12-06
* Remove unused variable.Bill Wendling2012-12-06
* [tsan] add MmapAlignedOrDieKostya Serebryany2012-12-06
* [asan] get rid of some of the uses of kPageSize. The intent is to get rid of ...Kostya Serebryany2012-11-23
* [Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determin...Alexey Samsonov2012-11-02
* [Sanitizer] move unit test for Printf from tsan to sanitizer_commonAlexey Samsonov2012-11-02
* [Sanitizer] Use kStderrFd constant instead of hardcoded 2Alexey Samsonov2012-11-02
* [Sanitizer]: add __sanitizer_set_report_fd function to alter file descriptor ...Alexey Samsonov2012-11-02
* [asan] add asan option log_path=PATH to let users redirect asan reports to a ...Kostya Serebryany2012-09-14
* [Sanitizer] Get rid of dependency between sanitizer_common and asan/tsan runt...Alexey Samsonov2012-09-11
* [Sanitizer] implement straightforward nlogn sorting, as qsort() may call mall...Alexey Samsonov2012-07-16
* tsan/asan: kill STLDmitry Vyukov2012-07-05
* [Sanitizer] move atomic ops, min/max and sort to commnon runtimeAlexey Samsonov2012-06-15
* [Sanitizer] Move ReadFileToBuffer to sanitizer_common.Alexey Samsonov2012-06-07
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-06