commit | 3194c466151c7d1c06b226f13d3c03298a27d40a | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed May 03 17:39:01 2023 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Fri May 05 11:34:42 2023 +0100 |
tree | 3ad62d7690f49fc0865a8a444d2718cf0c4de725 | |
parent | 4b7b5986f66ec57bc6acd07d99a1d484f4a7426e [diff] |
Make InputValues safer InputValues contains a pointer to the config descriptor, but we don't do anything to ensure that the descriptor outlives it, which can lead to a use after free. Fix that. Bug: 280617929 Test: Previously broken calling code no longer compiles Test: Boot Microdroid Change-Id: If0035c568e58fc220bf33d53816a04fc1a600263