commit | 92a3161ed6a89858f95e03ce981ce7a4ed19b396 | [log] [tgz] |
---|---|---|
author | Alec Mouri <alecmouri@google.com> | Thu Oct 24 20:41:39 2024 +0000 |
committer | Alec Mouri <alecmouri@google.com> | Thu Oct 24 20:41:39 2024 +0000 |
tree | debf67ea4370787ba16a337896e3aa5a1e6038ec | |
parent | c6ed8f2cdc377e466320f246ec3a12ba32b7c5c9 [diff] |
Reorder RengineEngine and LayerSettings in VTS VTS readback tests were crashing because RenderEngine before LayerSettings were deleted. LayerSettings holds onto ExternalTexture, which calls back into RenderEngine to clean up texture objects, so this was causing a UAF issue. Bug: 372063484 Change-Id: Iad39e1a4aa9a9488af54742df121a981756b6275 Test: VtsHalGraphicsComposer3_TargetTest