summaryrefslogtreecommitdiff
path: root/lib/hwasan/hwasan_interceptors.cc
Commit message (Expand)AuthorAgeFilesLines
* 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-041-30/+0
* hwasan: Use system allocator to realloc and free untagged pointers in interce...Peter Collingbourne2019-01-041-7/+5
* [hwasan] Remove dead code.Evgeniy Stepanov2018-11-091-36/+0
* [sanitizer] Fix mallopt interceptor.Evgeniy Stepanov2018-10-251-1/+1
* [Hwasan] interceptor macro / extra comma removalDavid Carlier2018-09-201-5/+5
* [hwasan] Remove allocator interceptors.Evgeniy Stepanov2018-09-061-93/+47
* [hwasan] print thread IDs when reporting a bug (also had to fix pthread_creat...Kostya Serebryany2018-09-051-3/+10
* [hwasan] fix the linux-only pthread_create interceptor and reinstate the two ...Kostya Serebryany2018-08-301-12/+3
* [hwasan] simplify the thread hangling: instead of the ThreadRegistry (too hea...Kostya Serebryany2018-08-301-15/+14
* [hwasan] add a simple threaded UAF test, make it work on x86 (need to disable...Kostya Serebryany2018-08-301-2/+3
* [hwasan] add basic ThreadRegistry plumbing, also rename HwasanThread to ThreadKostya Serebryany2018-08-301-5/+5
* [hwasan] formatting change, NFCKostya Serebryany2018-08-291-2/+3
* [hwasan] Add a (almost) no-interceptor mode.Evgeniy Stepanov2018-08-201-141/+11
* Revert "Revert "[hwasan] Add __hwasan_handle_longjmp.""Evgeniy Stepanov2018-08-161-7/+20
* [hwasan] Provide __sanitizer_* aliases to allocator functions.Evgeniy Stepanov2018-08-131-2/+21
* [HWASan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-071-0/+1
* [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).Alex Shlyapnikov2018-04-231-0/+1
* Revert r330474 - "[HWASan] Introduce non-zero based and dynamic shadow memory...Reid Kleckner2018-04-231-1/+0
* [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).Alex Shlyapnikov2018-04-201-0/+1
* [HWASan] Port HWASan to Linux x86-64 (compiler-rt)Alex Shlyapnikov2018-03-231-0/+2
* Attempt to appease buildbotsGeorge Burgess IV2018-03-071-1/+1
* [sanitizer] Move mmap interceptors into sanitizer_commonVitaly Buka2018-03-071-30/+11
* Add NetBSD syscall hooks skeleton in sanitizersKamil Rytarowski2018-02-151-0/+1
* [hwasan] Stack instrumentation.Evgeniy Stepanov2018-01-111-0/+9
* Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov2017-12-091-0/+483