diff options
author | Evgenii Stepanov <eugenis@google.com> | 2020-07-20 15:52:06 -0700 |
---|---|---|
committer | Evgenii Stepanov <eugenis@google.com> | 2020-07-20 15:52:06 -0700 |
commit | 0f6b504e0c682e7c3d377416dacfe57b6c59f1b8 (patch) | |
tree | 17d7c6644768550c95ca128f9df4ec0ea49184d3 /tests/stdatomic_test.cpp | |
parent | a96099e13068278e54afa637c088496d56c85b62 (diff) |
Remove stack address check in cfi_basic test.
This is not actually a property that is guaranteed by the bionic
implementation of CFI shadow. Since the gaps between libraries are not
completely inaccessible, it is possible for a stack mapping to sneak in,
which would cause the callback to register in the test library.
This is not a correctness issue in CFI as the actual __cfi_check
callback will reject such address anyway, at a small CPU cost.
Bug: 156218352
Test: CtsBionicTestCases-cfi_test#basic
Change-Id: I8d04fb7132e1eac2a8abfbc48a37c8eac6e25a09
Diffstat (limited to 'tests/stdatomic_test.cpp')
0 files changed, 0 insertions, 0 deletions