aboutsummaryrefslogtreecommitdiff
path: root/test/hwasan
AgeCommit message (Expand)Author
2019-07-09hwasan: Improve precision of checks using short granule tags.Peter Collingbourne
2019-06-27hwasan: Teach the runtime to identify the local variable being accessed in UA...Peter Collingbourne
2019-06-27[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner
2019-06-17hwasan: Use bits [3..11) of the ring buffer entry address as the base stack tag.Peter Collingbourne
2019-06-07Set an output file name for the override-new-delete.cpp test.Peter Collingbourne
2019-06-04[HWASAN] Make new/delete weakEugene Leviant
2019-05-17[hwasan] Limit try-catch tests to aarch64.Evgeniy Stepanov
2019-05-16HWASan exception support.Evgeniy Stepanov
2019-05-01[sanitizer] Implement reallocarray.Evgeniy Stepanov
2019-04-19Removed regiser dump checks from FP unit test.Mitch Phillips
2019-04-19[HWASan] Added no-FP unit test for register dump.Mitch Phillips
2019-04-19Updated test case.Mitch Phillips
2019-04-19Added no-FP unit test for register dump.Mitch Phillips
2019-04-09hwasan: Enable -hwasan-allow-ifunc by default.Peter Collingbourne
2019-03-08[HWASan] Save + print registers when tag mismatch occurs in AArch64.Mitch Phillips
2019-02-27[hwasan, asan] Intercept vfork.Evgeniy Stepanov
2019-02-27[hwasan] Fix tests after .cc->.cpp renaming.Evgeniy Stepanov
2019-02-21Revert "[asan] Fix vfork handling.", +1Evgeniy Stepanov
2019-02-21[hwasan,asan] Intercept vfork.Evgeniy Stepanov
2019-02-15Fix unsymbolized stack history printing.Evgeniy Stepanov
2019-02-15Runtime flags for malloc bisection.Evgeniy Stepanov
2019-02-15Fix false positive when tag_in_malloc=0,tag_in_free=1.Evgeniy Stepanov
2019-02-06[sanitizer] Decorate /proc/self/maps better.Evgeniy Stepanov
2019-02-05gn build: Upgrade to NDK r19.Peter Collingbourne
2019-01-25[hwasan] Implement print_module_map flag.Evgeniy Stepanov
2019-01-23hwasan: Read shadow address from ifunc if we don't need a frame record.Peter Collingbourne
2019-01-21[HWASAN] Improve tag mismatch diagnosticsEugene Leviant
2019-01-19[hwasan] Madvise away unused shadow.Evgeniy Stepanov
2019-01-15compiler-rt/test: Add a couple of convenience features for Android.Peter Collingbourne
2019-01-09hwasan: Ignore loads and stores of size 0.Peter Collingbourne
2019-01-04Disable system-allocator-fallback.cc test on Android O and earlier.Peter Collingbourne
2019-01-04hwasan: Use system allocator to realloc and free untagged pointers in interce...Peter Collingbourne
2019-01-03[hwasan] Switch to 64 allocator with a dense size class map.Evgeniy Stepanov
2018-12-20[HWASAN] Add support for memory intrinsicsEugene Leviant
2018-12-15Fix typo in test cases as well.Peter Collingbourne
2018-12-12[hwasan] Link ubsan_cxx to shared runtime library.Evgeniy Stepanov
2018-11-17[hwasan] make the heap-buffer-overflow.c test more robust and re-enable it. W...Kostya Serebryany
2018-11-17[hwasan] implement free_checks_tail_magic=1Kostya Serebryany
2018-11-16[hwasan] use reads instead of writes in a testKostya Serebryany
2018-11-16[hwasan] disable one test line while investigating a bot failureKostya Serebryany
2018-11-16[hwasan] optionally right-align heap allocationsKostya Serebryany
2018-11-09[hwasan] Add entire report to abort message on Android.Evgeniy Stepanov
2018-11-05[hwasan] Fix stack-uar.c after rCRT345110Fangrui Song
2018-10-24[hwasan] when printing a stack-related bugs, also print stack frame descripti...Kostya Serebryany
2018-10-11[hwasan] relax a testKostya Serebryany
2018-10-11[hwasan] extend the stack-uar testKostya Serebryany
2018-10-10[hwasan] simplify a testKostya Serebryany
2018-10-10[hwasan] when reporting a bug, print some very basic information about the he...Kostya Serebryany
2018-10-10[hwasan] print all threads in a bug reportKostya Serebryany
2018-09-24[hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov