diff options
author | Anthony Stange <stange@google.com> | 2021-03-25 16:35:37 +0000 |
---|---|---|
committer | Anthony Stange <stange@google.com> | 2021-03-25 16:35:41 +0000 |
commit | 93d11f50dfd671c1a680da6fb8f1c4232f0290ac (patch) | |
tree | 9467e930d54fd6200b7a06991e286b7af6ee829d /identity/support/src/cppbor_parse.cpp | |
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
Diffstat (limited to 'identity/support/src/cppbor_parse.cpp')
0 files changed, 0 insertions, 0 deletions