summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_printf.cc
AgeCommit message (Expand)Author
2016-01-06[sanitizers] Log all output to CrashReport on OS XAnna Zaks
2015-11-20Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
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-07-28[asan] Read process name from /proc/self/cmdline on Linux.Evgeniy Stepanov
2015-07-23[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-07-23Revert r242975.Evgeniy Stepanov
2015-07-22[sanitizer] Implement logging to syslog.Evgeniy Stepanov
2015-06-05[ASan] Add process basename to log name and error message toYury Gribov
2014-11-13Removed r221896, it seems to break build in various ways.Yury Gribov
2014-11-13[ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov
2014-11-12[asan] [mips] added support of asan for mips64/mips64el, patch by Kumar SukhaniKostya Serebryany
2014-08-18sanitizer_printf.cc: guard the va_copy hack on _MSC_VERHans Wennborg
2014-08-18Revert "[ASan/Win] Remove a hack that seems not to be required with VS2013 an...Hans Wennborg
2014-08-15[ASan/Win] Remove a hack that seems not to be required with VS2013 anymoreTimur Iskhodzhanov
2014-01-23[asan] Android logging.Evgeniy Stepanov
2014-01-23[sanitizer] Add a sanity check.Evgeniy Stepanov
2014-01-23[sanitizer] Add printf format attributes.Evgeniy Stepanov
2014-01-21[Sanitizer] Support %.*s in internal printf implementation. Patch by Yuri Gri...Alexey Samsonov
2013-12-05[sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev
2013-11-14[Sanitizer] Print symbolized stack frame using a single Printf() call.Alexey Samsonov
2013-10-14tsan: allow to override OnPrint() callback in Go runtimeDmitry Vyukov
2013-08-13Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov
2013-06-27[sanitizer] Support padding with spaces in Printf.Sergey Matveev
2013-06-10tsan: fix windows mingw buildDmitry Vyukov
2013-05-29Fix MSVC W3 compiler warningsTimur Iskhodzhanov
2013-05-17[nolibc] Move all platforms to internal_getpid.Peter Collingbourne
2013-04-30asan: fix windows buildDmitry Vyukov
2013-04-30asan/tsan: fix printf(), on the second pass it prints garbage and crashes on ...Dmitry Vyukov
2013-04-18[Sanitizer] Rework r176802: share code between Printf and Report and simplify...Alexey Samsonov
2013-04-05[Sanitizer] Use a common mutex to prevent mixing reports from different sanit...Alexey Samsonov
2013-04-03[Sanitizer] Fix OnPrint weak hook. Disable weak hooks for gotsan.Alexey Samsonov
2013-03-26asan/tsan: change SANITIZER_GO to more general SANITIZER_SUPPORTS_WEAK_HOOKSDmitry Vyukov
2013-03-25asan/tsan: add Printf/Report hookDmitry Vyukov
2013-03-13Break a >80 char line.Evgeniy Stepanov
2013-03-11[ASan] Reduce the local buffer size in Report() not to fail the check enforce...Alexander Potapenko
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