commit | 0b72e2e1051de14d9711dd54190f62fcad0d4914 | [log] [tgz] |
---|---|---|
author | Anthony Stange <stange@google.com> | Thu Mar 25 16:35:37 2021 +0000 |
committer | Anthony Stange <stange@google.com> | Thu Mar 25 16:36:10 2021 +0000 |
tree | 951c95ad1d8d030cd8171b53c9e44a3140eb1d3a | |
parent | c0f1cc2aba1f20c44fdc922f8ea4161af2527984 [diff] |
Don't assert while a callback is registered If an assert fails while a callback is registered and some data is delivered that attempts to invoke the callback, it'll cause a segfault since the callback is allocated on a part of the stack that's no longer valid. Bug: 183362725 Change-Id: I3a1f8fbf15c24e344fde8e5b44bb93681ef47d38 Test: Run VTS