OSDN Git Service

Disable ASan on Thread::InstallImplicitProtection.
authorEvgenii Stepanov <eugenis@google.com>
Mon, 13 Jul 2015 17:41:57 +0000 (10:41 -0700)
committerEvgenii Stepanov <eugenis@google.com>
Tue, 14 Jul 2015 01:02:40 +0000 (18:02 -0700)
commit4abf45148c643f2f2ac0e177bd3d394abd9d1945
treefe9257aa3dcadca7ddf0ea96e4f0251a43a36cb2
parent0541502e6d9d0efa50aa333db32898a0664512c3
Disable ASan on Thread::InstallImplicitProtection.

This function reads random stack locations and confuses ASan.

Bug: 21785137
Change-Id: Iaaee6032a651618e5275ab46e6e8f886df60a5d0
runtime/base/memory_tool.h
runtime/thread.cc