summaryrefslogtreecommitdiff
path: root/lib/asan/asan_internal.h
Commit message (Expand)AuthorAge
* [asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev2013-10-14
* Disable init-order checking before destructors are run.Alexey Samsonov2013-05-24
* [ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov2013-04-03
* [ASan] Speed-up initialization-order checking: create and use fast versions o...Alexey Samsonov2013-03-28
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-19
* [sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov2013-03-19
* [asan] on linux, run __asan_init from .preinit_array (even earlier than before)Kostya Serebryany2013-02-20
* [asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany2013-02-15
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-31
* [ASan] minor changes to swapcontext handling: don't clear shadow memory if co...Alexey Samsonov2013-01-17
* [asan] properly define ASAN_LOW_MEMORY. Due to a mistake it has been always t...Kostya Serebryany2012-12-25
* ASan: change the strategy we use for installing malloc/free/symbolization hoo...Alexey Samsonov2012-12-07
* ASan: add new interface functions - __asan_(un)poison_stack_memory. Calls to ...Alexey Samsonov2012-12-04
* [ASan] Add interceptor for swapcontext to fight with false positives in some ...Alexey Samsonov2012-11-23
* [ASan] Revert r168040 and r168043 and take a cleaner solution suggested by Ko...Alexander Potapenko2012-11-15
* [ASan] Poison the leftmost shadow byte with a special value so that we can findAlexander Potapenko2012-11-15
* Set ASAN_NEEDS_SEGV=0 on Android only.Alexander Potapenko2012-10-03
* [Sanitizer/ASan] Simplify the code that prints and symbolizes stack traces. F...Alexey Samsonov2012-10-02
* [asan] Change defaults for Android target.Evgeniy Stepanov2012-09-28
* [asan] one more fix for windows buildKostya Serebryany2012-08-28
* [asan] actually move StackTrace to sanitizer_commonKostya Serebryany2012-08-28
* [asan] some renaming before we move StackTrace into sanitizer_commonKostya Serebryany2012-08-28
* [asan] get rid of AsanPrintf in favor of Printf from sanitizer_commonKostya Serebryany2012-08-28
* A few tweaks for building ASanRT against Android NDK.Evgeniy Stepanov2012-08-27
* [Sanitizer] move low-level (mmap-based) allocator to sanitizer_commonAlexey Samsonov2012-08-27
* If the program is linked to a dynamic ASan runtime which is not present in DY...Alexander Potapenko2012-08-24
* [ASan] get rid of ASAN_USE_EXTERNAL_SYMBOLIZER compiler def in favor of __asa...Alexey Samsonov2012-08-22
* [asan] run-time part of the initialization order checker. Patch by Reid Watso...Kostya Serebryany2012-08-21
* [ASan] move some functions that describe addresses to asan_report.ccAlexey Samsonov2012-08-09
* Intercept CFAllocator for each thread in the program.Alexander Potapenko2012-07-23
* [ASan] move flags description to separate header, add comments about them.Alexey Samsonov2012-07-10
* [ASan] cleanup: remove dead flagAlexey Samsonov2012-07-09
* [ASan] Use common flags parsing machinery.Alexey Samsonov2012-07-09
* Factor the common code out of cf_free and mz_free.Alexander Potapenko2012-06-21
* [Sanitizer] move all the rest re-implementations of libc functions from ASan ...Alexey Samsonov2012-06-15
* [Sanitizer] move ShadowRangeIsAvailable and several defines to common runtimeAlexey Samsonov2012-06-15
* [Sanitizer] move atomic ops, min/max and sort to commnon runtimeAlexey Samsonov2012-06-15
* [Sanitizer] move more portability wrappers to common runtime: sleep, _exit, a...Alexey Samsonov2012-06-15
* [Sanitizer] move DumpProcessMap and DisableCoreDumper to common runtimeAlexey Samsonov2012-06-15
* [Sanitizer] move rest of mmap routines to common sanitizer runtimeAlexey Samsonov2012-06-14
* [Sanitizer] move portable GetEnv to common sanitizer runtimeAlexey Samsonov2012-06-14
* [Sanitizer] Move ReadFileToBuffer to sanitizer_common.Alexey Samsonov2012-06-07
* [Sanitizer] Switch to common mmap/munmap routines in ASan run-time.Alexey Samsonov2012-06-06
* [Sanitizer] Make UNIMPLEMENTED macro common.Alexey Samsonov2012-06-06
* [Sanitizer] Use common CHECK machinery. Currently each tool has to define its...Alexey Samsonov2012-06-06
* [asan] start compacting the allocator header, the goal is to make it 16 bytes...Kostya Serebryany2012-06-06
* [Sanitizer] Remove __attribute__((format))Alexey Samsonov2012-06-06
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-06
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-06
* [ASan] Use __sanitizer::Die() in ASan runtime.Alexey Samsonov2012-06-06