commit | eaefe68093e24d247d33196db970e15accbe9b58 | [log] [tgz] |
---|---|---|
author | Yisroel Forta <yforta@google.com> | Fri Mar 08 17:42:15 2024 +0000 |
committer | Yisroel Forta <yforta@google.com> | Sat Mar 09 04:32:07 2024 +0000 |
tree | a601fce1631dc23f7080c4ebbf72da7761d169d2 | |
parent | 68c7299ba5313298d182acd179f56d20ffec5ca0 [diff] |
Fix AppStartInfo crash on null in progress record From bug linked, the in progress record can be null and cause a crash. The only path for a null in progress record I can find is when records load is in progress, so handle that case explicitly. Additionally, handle null potential in all accesses, even though this should not be possible anymore. Test: presubmit as I don't have a specific repro Bug: 328353697 Change-Id: If79a185d6a17d4c505dd1849e089ac26d3c88209