summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix build on minix. Patch by Ben Gras!Rafael Espindola2012-01-05
* [asan] use dl_iterate_phdr for pre-symbolization on linux instead of parsing ...Kostya Serebryany2012-01-05
* [asan] move {linux,mac}-specific code from asan_thread.cc to asan_{linux,mac}...Kostya Serebryany2012-01-05
* [asan] implement our own /proc/self/maps reader and use it on linux instead o...Kostya Serebryany2012-01-05
* [asan] remove objdump-based tests in favour of much simpler LLVM-ish testsKostya Serebryany2012-01-04
* Fix missing include of int_lib.h and ppc ifdef for FreeBSD.Bob Wilson2012-01-03
* [asan] build asan-rt with -funwind-tablesKostya Serebryany2011-12-29
* [asan] force the __asan_unregister_globals to reside in the runtime libraryKostya Serebryany2011-12-28
* [asan] refactoring: don't #include <sys/mman.h> in non-os-specific filesKostya Serebryany2011-12-28
* [asan] use custom libc-free getenv; a bit of refactoring around mmap callsKostya Serebryany2011-12-28
* [asan] missing PTHREAD_DESTRUCTOR_ITERATIONS on Android. patch by eugeni.step...Kostya Serebryany2011-12-28
* [asan] discover main thread stack limits without pthread. patch by eugeni.ste...Kostya Serebryany2011-12-28
* [asan] no ucontext on Android. patch by eugeni.stepanov@gmail.comKostya Serebryany2011-12-28
* [asan] enable memset/memcpy/memmove interceptors in asan-rt (in addition to t...Kostya Serebryany2011-12-28
* [asan] better message for parameter overlap bugsKostya Serebryany2011-12-28
* [asan] interceptor for strcat. Patch by samsonov@google.comKostya Serebryany2011-12-28
* [asan] interceptor for memcmp. Patch by samsonov@google.comKostya Serebryany2011-12-28
* [asan] interceptors for strcasecmp and strncasecmp. patch by samsonov@google.comKostya Serebryany2011-12-28
* The code instrumented with ASan may have its own instance of theKostya Serebryany2011-12-28
* [asan] make sure __asan_report_* functions are not inlined (so that they are ...Kostya Serebryany2011-12-28
* [asan] remove the test for cfree. 'man cfree' says: 'This function should nev...Kostya Serebryany2011-12-27
* new() has slightly different signature on Android. This patch adds theKostya Serebryany2011-12-27
* [asan] rely on __has_feature(address_sanitizer) instead of the ADDRESS_SANITI...Kostya Serebryany2011-12-27
* [asan] make sure frame pointers are not omitted when running asan output testsKostya Serebryany2011-12-27
* Recently the GCD tests started failing because of the invalid size ofKostya Serebryany2011-12-16
* [asan] revert r146529: we do need to build asan-rt as a shared library. Will ...Kostya Serebryany2011-12-15
* [asan] added a test to check that a global-buffer-overflow mentioned the modu...Kostya Serebryany2011-12-15
* [asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany2011-12-15
* [asan] regression test for asan issue 19, currently fails.Kostya Serebryany2011-12-15
* [asan] poison the internal asan heap memory, just in case. Change Printf to R...Kostya Serebryany2011-12-15
* [asan] insert __asan_init into ".preinit_array" section. Linux-only.Kostya Serebryany2011-12-14
* [asan] fix the test runner to detect build breakages; add a test for -pieKostya Serebryany2011-12-14
* [asan] fix some more format warnings in sysinfo/sysinfo.ccKostya Serebryany2011-12-13
* [asan] canonicalise the output for double-free and wrong-free. fixes asan iss...Kostya Serebryany2011-12-13
* [asan] fix asan-rt interceptors on Snow Leopard. Patch by glider@google.comKostya Serebryany2011-12-09
* [asan] make use-after-return mode more robust: allow to call instrumented fun...Kostya Serebryany2011-12-09
* [asan] fix output test to not require debug symbols in asan run-timeKostya Serebryany2011-12-09
* [asan] better test for use-after-return modeKostya Serebryany2011-12-08
* [asan] fresh version of mach_override; added mach_override/README.txt. Patch ...Kostya Serebryany2011-12-08
* [asan] update the soon-to-be-depricated asan makefile to use the new path for...Kostya Serebryany2011-12-08
* [asan] move build-time config options from makefile to source (otherwise we n...Kostya Serebryany2011-12-08
* [asan] fix the error message for 16-byte accesses (it previously printed 'unk...Kostya Serebryany2011-12-07
* [asan] minor cleanupKostya Serebryany2011-12-06
* [asan] GCD tests on Mac: prevent optimization and enable. Patch by glider@goo...Kostya Serebryany2011-12-06
* [asan] remove format warnings in sysinfo/sysinfo.ccKostya Serebryany2011-12-06
* [asan]: test a pure C file with -faddress-sanitizer; lint fixesKostya Serebryany2011-12-05
* [asan] add the test for bug 11468 Kostya Serebryany2011-12-05
* [asan] always collect malloc statstics (removed FLAG_stats)Kostya Serebryany2011-12-05
* [asan] cleanup memset/memmove/memcpy interceptors and enable them on Mac. Pat...Kostya Serebryany2011-12-05
* [asan] don't require __cxa_throw to be present in the process. This is the la...Kostya Serebryany2011-12-05