commit | 93d11f50dfd671c1a680da6fb8f1c4232f0290ac | [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:35:41 2021 +0000 |
tree | 9467e930d54fd6200b7a06991e286b7af6ee829d | |
parent | 708a5b50b97bc61328bf88e4240d7369e5cb6df4 [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