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