summaryrefslogtreecommitdiff
path: root/lib/asan
AgeCommit message (Expand)Author
2016-04-27[sanitizers] Get the proper symbol version when long double transition is inv...Marcin Koscielnicki
2016-04-27[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-04-26[sanitizers] [NFC] Add defines for the various PowerPC ABIs.Marcin Koscielnicki
2016-04-22[sanitizer] rename MmapNoAccess to MmapFixedNoAccess; NFCKostya Serebryany
2016-04-22Revert "[LSAN] Fix test swapcontext.cc on MIPS"Renato Golin
2016-04-20[asan] Add __strdup interceptor.Evgeniy Stepanov
2016-04-19[LSAN] Fix test swapcontext.cc on MIPSSagar Thakur
2016-04-18[asan] [SystemZ] Add slop for stack address detection.Marcin Koscielnicki
2016-04-15Revert "[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-...Marcin Koscielnicki
2016-04-14[sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.Marcin Koscielnicki
2016-04-13[asan] Prefer alloc-dealloc-mismatch to new-delete-type-mismatch.Evgeniy Stepanov
2016-04-01Fix warnings uncovered by building with clang-clReid Kleckner
2016-03-28[asan] Add runtime support for __asan_(un)register_image_globalsRyan Govostes
2016-03-26[asan] bump the scariness score of read-after-frees (based on feedback from t...Kostya Serebryany
2016-03-25[sanitizer] Add memset, memmove, and memcpy to the common interceptorsDerek Bruening
2016-03-24[asan] Intercept all Heap* related imports from ucrtbase.dllReid Kleckner
2016-03-23[sanitizer] Add strnlen to the common interceptorsDerek Bruening
2016-03-23[asan] Export new and delete operators on WindowsReid Kleckner
2016-03-22Test commit to verify repository access and fix a typo.Derek Bruening
2016-03-22Move -fms-compatibility-version=19 into target cflagsReid Kleckner
2016-03-22Wrap 81 character line to satisfy linterReid Kleckner
2016-03-22[asan] Intercept strdup on WindowsReid Kleckner
2016-03-22[asan] Also apply r264006 to asan_win_dynamic_runtime_thunk.ccReid Kleckner
2016-03-21[asan] Set the unhandled exception filter slightly later during startupReid Kleckner
2016-03-21[asan] Add new _*_base interceptors for VS 2015Reid Kleckner
2016-03-21[asan] Add strrchr to asan_win_dll_thunk.Evgeniy Stepanov
2016-03-21[sanitizer] Add strchr* to the common interceptorsEvgeniy Stepanov
2016-03-21[sanitizier] initializing common flags.Mike Aizatsky
2016-03-21[asan] Pass -fms-compatibility-version=19 with VS 2015Reid Kleckner
2016-03-18[sancov] common flags initialization.Mike Aizatsky
2016-03-17[sanitizer] On OS X, verify that interceptors work and abort if not, take 2Kuba Brecka
2016-03-15[ASan] Make sure unittest works if sized-delete is enabled by default.Alexey Samsonov
2016-03-11[sanitizer] Add strlen to the common interceptorsAlexey Samsonov
2016-03-09sanitizer: Fix endianness checks for gccAlexey Samsonov
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-02-24[tests] Portability fixup for r261713.Alexey Samsonov
2016-02-24[tests] Resolve old TODOs in ASan unit tests.Alexey Samsonov
2016-02-23[CMake] Assign components and dependencies during add_compiler_rt_resource_fileChris Bieneman
2016-02-18[WinASan] Fix page size and mmap granularity confusionReid Kleckner
2016-02-10Don't assume that there is only one strchr overload in the global namespace;Richard Smith
2016-02-09[asan] update the scariness score: tweak a few weights and add testsKostya Serebryany
2016-02-08[asan] Implement SEGV read vs write detection for ARM and AArch64.Evgeniy Stepanov
2016-02-08Fix typo in asan_flags.George Burgess IV
2016-02-08[asan] fix the Windows build (MSVC says: cannot specify explicit initializer ...Kostya Serebryany
2016-02-08[asan] re-commit r259961, this time making the test Linux-OnlyKostya Serebryany
2016-02-08[asan] Introduce new approach for ODR violation detection based on odr indica...Maxim Ostapenko
2016-02-07Revert r259961, r259978, r259981.Nico Weber
2016-02-06[asan] properly report an un-aligned global variable instead of just crashingKostya Serebryany
2016-02-06[asan] add an experimental feature that prints the scariness score of the err...Kostya Serebryany
2016-02-04[asan] When catching a signal caused by a memory access, print if it's a READ...Kostya Serebryany