summaryrefslogtreecommitdiff
path: root/lib/hwasan
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocatorVitaly Buka2019-05-011-2/+1
* [sanitizer][NFC] Get type of AllocatorCache from CombinedAllocatorVitaly Buka2019-05-011-3/+2
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-014-0/+20
* [HWASan] Fixed slow DWARF unwinding.Mitch Phillips2019-04-161-3/+3
* [HWASan] Use less Printf() calls in register dump.Mitch Phillips2019-03-141-16/+22
* [HWASan] Remove address significance from tag_mismatch.Mitch Phillips2019-03-111-6/+0
* [HWASan] Fixed minor AArch64/GCC build error.Mitch Phillips2019-03-111-0/+4
* [HWASan] Save + print registers when tag mismatch occurs in AArch64.Mitch Phillips2019-03-086-8/+158
* [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTraceJulian Lettner2019-03-011-10/+8
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-012-11/+9
* Revert "[NFC][Sanitizer] Add new BufferedStackTrace::Unwind API"Julian Lettner2019-03-012-9/+11
* [NFC][Sanitizer] Add new BufferedStackTrace::Unwind APIJulian Lettner2019-03-012-11/+9
* [hwasan] Disable vfork code when building w/o interceptors.Evgeniy Stepanov2019-03-011-1/+1
* [hwasan] Fix vfork handling with large stack limit.Evgeniy Stepanov2019-02-281-3/+1
* [NFC][Sanitizer] Pull up GetStackTrace into sanitizer_commonJulian Lettner2019-02-272-23/+22
* [hwasan, asan] Intercept vfork.Evgeniy Stepanov2019-02-276-1/+50
* [NFC][Sanitizer] Hard-code fast/slow unwinder at call siteJulian Lettner2019-02-271-2/+5
* hwasan: Rename source files from cc to cppNico Weber2019-02-2712-20/+21
* Revert "[asan] Fix vfork handling.", +1Evgeniy Stepanov2019-02-216-46/+0
* [hwasan,asan] Intercept vfork.Evgeniy Stepanov2019-02-216-0/+46
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-161-1/+1
* Fix unsymbolized stack history printing.Evgeniy Stepanov2019-02-151-2/+2
* Runtime flags for malloc bisection.Evgeniy Stepanov2019-02-154-2/+67
* Fix false positive when tag_in_malloc=0,tag_in_free=1.Evgeniy Stepanov2019-02-151-4/+10
* Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld2019-02-151-1/+1
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-151-1/+1
* [sanitizer] Decorate /proc/self/maps better.Evgeniy Stepanov2019-02-061-6/+2
* Mark __rela_iplt_{start,end} as weak.Peter Collingbourne2019-02-011-1/+1
* hwasan: Add __hwasan_init_static() function.Peter Collingbourne2019-01-318-19/+64
* [hwasan] Madvise away thread aux dataEvgeniy Stepanov2019-01-251-13/+29
* [hwasan] Implement print_module_map flag.Evgeniy Stepanov2019-01-252-7/+13
* hwasan: Move memory access checks into small outlined functions on aarch64.Peter Collingbourne2019-01-231-8/+26
* [HWASAN] Improve tag mismatch diagnosticsEugene Leviant2019-01-213-8/+36
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1921-84/+63
* [hwasan] Madvise away unused shadow.Evgeniy Stepanov2019-01-192-1/+19
* hwasan: Ignore loads and stores of size 0.Peter Collingbourne2019-01-091-1/+2
* [asan] Support running without /procEvgeniy Stepanov2019-01-081-17/+8
* Bring back the pthread_create interceptor, but only on non-aarch64.Peter Collingbourne2019-01-041-0/+14
* hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne2019-01-042-31/+6
* hwasan: Use system allocator to realloc and free untagged pointers in interce...Peter Collingbourne2019-01-046-13/+51
* [hwasan] Switch to 64 allocator with a dense size class map.Evgeniy Stepanov2019-01-031-11/+5
* Revert "[asan] Support running without /proc.", +1Evgeniy Stepanov2018-12-281-1/+1
* [asan] Support running without /proc.Evgeniy Stepanov2018-12-271-1/+1
* [HWASAN] Add support for memory intrinsicsEugene Leviant2018-12-205-60/+135
* hwasan: Allow range of frame descriptors to be empty.Peter Collingbourne2018-12-181-2/+2
* hwasan: Fix typo: Previosly -> Previously.Peter Collingbourne2018-12-151-1/+1
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...Dan Liew2018-12-141-1/+2
* [hwasan] Link ubsan_cxx to shared runtime library.Evgeniy Stepanov2018-12-121-0/+1
* [hwasan] Verify Android TLS slot at startup.Evgeniy Stepanov2018-12-123-0/+21
* [hwasan] don't check tail magic when in right_align mode (should fix the bot)Kostya Serebryany2018-11-171-1/+1