commit | 310d3ddef753eb63b859ebbd6fe141368fe192cd | [log] [tgz] |
---|---|---|
author | Anthony Stange <stange@google.com> | Thu Mar 25 16:33:28 2021 +0000 |
committer | Anthony Stange <stange@google.com> | Thu Mar 25 16:51:39 2021 +0000 |
tree | bad74da7a84fc0ba756d5a532fa173791d22d6d1 | |
parent | e7b96104a4fbd814318c9df619b4437b66ca9892 [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 Merged-In: I3a1f8fbf15c24e344fde8e5b44bb93681ef47d38 Change-Id: I2b1895a1f5898b8971ffd820a7d619a09f12495d Test: Run VTS