summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_printf.cc
Commit message (Expand)AuthorAge
* tsan: allow to override OnPrint() callback in Go runtimeDmitry Vyukov2013-10-14
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-13
* [sanitizer] Support padding with spaces in Printf.Sergey Matveev2013-06-27
* tsan: fix windows mingw buildDmitry Vyukov2013-06-10
* Fix MSVC W3 compiler warningsTimur Iskhodzhanov2013-05-29
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-17
* asan: fix windows buildDmitry Vyukov2013-04-30
* asan/tsan: fix printf(), on the second pass it prints garbage and crashes on ...Dmitry Vyukov2013-04-30
* [Sanitizer] Rework r176802: share code between Printf and Report and simplify...Alexey Samsonov2013-04-18
* [Sanitizer] Use a common mutex to prevent mixing reports from different sanit...Alexey Samsonov2013-04-05
* [Sanitizer] Fix OnPrint weak hook. Disable weak hooks for gotsan.Alexey Samsonov2013-04-03
* asan/tsan: change SANITIZER_GO to more general SANITIZER_SUPPORTS_WEAK_HOOKSDmitry Vyukov2013-03-26
* asan/tsan: add Printf/Report hookDmitry Vyukov2013-03-25
* Break a >80 char line.Evgeniy Stepanov2013-03-13
* [ASan] Reduce the local buffer size in Report() not to fail the check enforce...Alexander Potapenko2013-03-11
* [ASan] Try to use a small (512 bytes) stack-local buffer in Report() for shor...Alexander Potapenko2013-03-11
* Don't escape %s in printf usage message; it's not written by printf.Richard Smith2012-12-18
* [asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...Kostya Serebryany2012-11-21
* [Sanitizer] replace while with internal_memset to make sure compiler won't re...Alexey Samsonov2012-11-21
* -fsanitize=undefined: Switch to using sanitizer_common for output. This gets ...Richard Smith2012-11-13
* [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov2012-11-02
* [asan] fix the va_arg usage Kostya Serebryany2012-09-14
* [asan] add asan option log_path=PATH to let users redirect asan reports to a ...Kostya Serebryany2012-09-14
* [asan/tsan] use InternalScopedBuffer instead of stack arrays. Use mmap insete...Kostya Serebryany2012-08-29
* [asan] get rid of AsanPrintf in favor of Printf from sanitizer_commonKostya Serebryany2012-08-28
* [Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer...Alexey Samsonov2012-06-19
* [Sanitizer] Switch to common mmap/munmap routines in ASan run-time.Alexey Samsonov2012-06-06
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-06