commit | a409e595b96d01ec7ce8e53e3b357f1271143895 | [log] [tgz] |
---|---|---|
author | Hans Boehm <hboehm@google.com> | Fri Aug 17 11:40:39 2018 -0700 |
committer | Hans Boehm <hboehm@google.com> | Fri Aug 17 11:40:39 2018 -0700 |
tree | f0aa3cd710696b7e2e721203f34607c8b4a2950b | |
parent | 94344fb6bca6e7f8c409a9de0d823c298547df10 [diff] |
Check sp<>::clear() for data races sp<>::clear() presents the same risks of heap corruption in the presence of data races as does assignment. Add the same data race check. Bug: 112651574 Test: Build and boot AOSP Change-Id: I75d4eedd756d521920e61ff9187509f9145d4235