summaryrefslogtreecommitdiff
path: root/lib/hwasan/hwasan_linux.cc
AgeCommit message (Expand)Author
2018-07-20sanitizers: consistently check result of MmapFixedNoReserveDmitry Vyukov
2018-06-07[HWASan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-05-07[sanitizer] Replace InternalScopedBuffer with InternalMmapVectorVitaly Buka
2018-04-23[HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).Alex Shlyapnikov
2018-04-23Revert r330474 - "[HWASan] Introduce non-zero based and dynamic shadow memory...Reid Kleckner
2018-04-20[HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).Alex Shlyapnikov
2018-03-24Remove duplicated const qualifier.Alex Shlyapnikov
2018-03-23[HWASan] Port HWASan to Linux x86-64 (compiler-rt)Alex Shlyapnikov
2018-02-21[hwasan] Fix inline instrumentation.Evgeniy Stepanov
2018-01-11[hwasan] Stack instrumentation.Evgeniy Stepanov
2017-12-20[hwasan] Implement -fsanitize-recover=hwaddress.Evgeniy Stepanov
2017-12-19[hwasan] Fix handling of store errors.Evgeniy Stepanov
2017-12-13[hwasan] Inline instrumentation & fixed shadow.Evgeniy Stepanov
2017-12-09Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov