commit | 600eb03136a47116d330bf990440671cb5e9e681 | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Tue Aug 27 18:57:27 2024 +0000 |
committer | Vishnu Nair <vishnun@google.com> | Tue Aug 27 18:57:27 2024 +0000 |
tree | 3e6dc98481fbdf91450065ad40f85795c6674e27 | |
parent | 705013b628bce713adc4d17e3a5d043128208b68 [diff] |
Fix a crash in TrustedOverlayHost Speculative fix for NPE crashes. If the surface package is released, the surface control will be null. This can happen if the surface package is released by the caller before the overlay is removed. Change-Id: I7eb50abd2b8ca21053d9448f61b1097b43a6609c Flag: EXEMPT bug fix Test: Presubmit Fixes: 339761833