summaryrefslogtreecommitdiff
path: root/lib/asan/asan_printf.cc
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-061-145/+10
* [ASan] Use __sanitizer::Die() in ASan runtime.Alexey Samsonov2012-06-061-1/+1
* [Sanitizer] remove using namespace __sanitizer linesAlexey Samsonov2012-06-051-2/+0
* [Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitize...Alexey Samsonov2012-06-051-13/+0
* [ASan] use internal_{close,read,write} in ASan runtime.Alexey Samsonov2012-06-051-2/+2
* Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov2012-06-041-1/+1
* [Sanitizer] Move internal_strncpy to sanitizer_libc (and make its behavior co...Alexey Samsonov2012-06-041-0/+3
* [asan] more renamingKostya Serebryany2012-05-311-8/+8
* [asan] more renamingKostya Serebryany2012-05-311-11/+11
* More verbose check in AppendString.Alexander Potapenko2012-05-281-1/+1
* [asan] Support for %z to Printf()Evgeniy Stepanov2012-03-211-12/+12
* Introduce __asan_set_error_report_callback() to allow the client program post...Alexander Potapenko2012-02-271-0/+11
* Make compiler-rt/trunk/lib/asan compileable with Visual Studio 2008 on Windows.Alexander Potapenko2012-01-271-0/+5
* [asan] don't include unistd.h in the headersKostya Serebryany2012-01-091-3/+3
* [asan] implement our own /proc/self/maps reader and use it on linux instead o...Kostya Serebryany2012-01-051-0/+9
* [asan] use custom libc-free getenv; a bit of refactoring around mmap callsKostya Serebryany2011-12-281-2/+2
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-301-0/+181