summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_printf.cc
AgeCommit message (Expand)Author
2013-03-11[ASan] Try to use a small (512 bytes) stack-local buffer in Report() for shor...Alexander Potapenko
2012-12-18Don't escape %s in printf usage message; it's not written by printf.Richard Smith
2012-11-21[asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...Kostya Serebryany
2012-11-21[Sanitizer] replace while with internal_memset to make sure compiler won't re...Alexey Samsonov
2012-11-13-fsanitize=undefined: Switch to using sanitizer_common for output. This gets ...Richard Smith
2012-11-02[TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov
2012-09-14[asan] fix the va_arg usage Kostya Serebryany
2012-09-14[asan] add asan option log_path=PATH to let users redirect asan reports to a ...Kostya Serebryany
2012-08-29[asan/tsan] use InternalScopedBuffer instead of stack arrays. Use mmap insete...Kostya Serebryany
2012-08-28[asan] get rid of AsanPrintf in favor of Printf from sanitizer_commonKostya Serebryany
2012-06-19[Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer...Alexey Samsonov
2012-06-06[Sanitizer] Switch to common mmap/munmap routines in ASan run-time.Alexey Samsonov
2012-06-06[Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov