summaryrefslogtreecommitdiff
path: root/test/hwasan
Commit message (Expand)AuthorAgeFilesLines
* [hwasan] Fix test failure in r369721.Evgeniy Stepanov2019-08-261-3/+6
* hwasan: Untag unwound stack frames by wrapping personality functions.Peter Collingbourne2019-08-232-3/+13
* Add LLD as a requirement for hwasan tests because of change in r368111.Douglas Yung2019-08-081-1/+1
* [HWASan] Use LLD for check-hwasan.Mitch Phillips2019-08-071-1/+1
* Require lld for hwasan tests.Peter Collingbourne2019-08-063-2/+5
* hwasan: Instrument globals.Peter Collingbourne2019-08-062-1/+23
* hwasan: Untag global variable addresses in tests.Peter Collingbourne2019-08-0514-42/+99
* More follow-up to r367851Nico Weber2019-08-053-3/+3
* compiler-rt: Rename cc files in test/hwasan/TestCases subdirectories as wellNico Weber2019-08-054-0/+0
* compiler-rt: Rename .cc file in test/hwasan to .cppNico Weber2019-08-0513-6/+6
* hwasan: Use C++ driver for cfi.cc test.Peter Collingbourne2019-07-171-1/+1
* hwasan: Improve precision of checks using short granule tags.Peter Collingbourne2019-07-094-64/+27
* hwasan: Teach the runtime to identify the local variable being accessed in UA...Peter Collingbourne2019-06-273-13/+53
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-275-3/+3
* hwasan: Use bits [3..11) of the ring buffer entry address as the base stack tag.Peter Collingbourne2019-06-173-13/+16
* Set an output file name for the override-new-delete.cpp test.Peter Collingbourne2019-06-071-1/+1
* [HWASAN] Make new/delete weakEugene Leviant2019-06-041-0/+23
* [hwasan] Limit try-catch tests to aarch64.Evgeniy Stepanov2019-05-171-0/+3
* HWASan exception support.Evgeniy Stepanov2019-05-161-0/+60
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-013-8/+25
* Removed regiser dump checks from FP unit test.Mitch Phillips2019-04-191-41/+14
* [HWASan] Added no-FP unit test for register dump.Mitch Phillips2019-04-191-12/+12
* Updated test case.Mitch Phillips2019-04-191-7/+19
* Added no-FP unit test for register dump.Mitch Phillips2019-04-191-0/+43
* hwasan: Enable -hwasan-allow-ifunc by default.Peter Collingbourne2019-04-091-2/+1
* [HWASan] Save + print registers when tag mismatch occurs in AArch64.Mitch Phillips2019-03-081-0/+43
* [hwasan, asan] Intercept vfork.Evgeniy Stepanov2019-02-271-0/+32
* [hwasan] Fix tests after .cc->.cpp renaming.Evgeniy Stepanov2019-02-271-2/+2
* Revert "[asan] Fix vfork handling.", +1Evgeniy Stepanov2019-02-211-32/+0
* [hwasan,asan] Intercept vfork.Evgeniy Stepanov2019-02-211-0/+32
* Fix unsymbolized stack history printing.Evgeniy Stepanov2019-02-151-0/+5
* Runtime flags for malloc bisection.Evgeniy Stepanov2019-02-151-0/+26
* Fix false positive when tag_in_malloc=0,tag_in_free=1.Evgeniy Stepanov2019-02-151-0/+51
* [sanitizer] Decorate /proc/self/maps better.Evgeniy Stepanov2019-02-061-0/+59
* gn build: Upgrade to NDK r19.Peter Collingbourne2019-02-051-1/+3
* [hwasan] Implement print_module_map flag.Evgeniy Stepanov2019-01-251-0/+32
* hwasan: Read shadow address from ifunc if we don't need a frame record.Peter Collingbourne2019-01-231-1/+2
* [HWASAN] Improve tag mismatch diagnosticsEugene Leviant2019-01-211-5/+7
* [hwasan] Madvise away unused shadow.Evgeniy Stepanov2019-01-191-0/+70
* compiler-rt/test: Add a couple of convenience features for Android.Peter Collingbourne2019-01-152-0/+4
* hwasan: Ignore loads and stores of size 0.Peter Collingbourne2019-01-091-0/+10
* Disable system-allocator-fallback.cc test on Android O and earlier.Peter Collingbourne2019-01-041-0/+4
* hwasan: Use system allocator to realloc and free untagged pointers in interce...Peter Collingbourne2019-01-042-1/+55
* [hwasan] Switch to 64 allocator with a dense size class map.Evgeniy Stepanov2019-01-032-2/+1
* [HWASAN] Add support for memory intrinsicsEugene Leviant2018-12-201-0/+37
* Fix typo in test cases as well.Peter Collingbourne2018-12-153-8/+8
* [hwasan] Link ubsan_cxx to shared runtime library.Evgeniy Stepanov2018-12-121-0/+18
* [hwasan] make the heap-buffer-overflow.c test more robust and re-enable it. W...Kostya Serebryany2018-11-171-3/+3
* [hwasan] implement free_checks_tail_magic=1Kostya Serebryany2018-11-171-0/+28
* [hwasan] use reads instead of writes in a testKostya Serebryany2018-11-161-1/+3