commit | dbf80dfe2bc6c1b51eee9c4c1a8b4543993e5fa8 | [log] [tgz] |
---|---|---|
author | Dmitry Muhomor <muhomor.dmitry@gmail.com> | Thu Aug 15 12:54:11 2024 +0300 |
committer | Jis G Jacob <studiokeys@blissroms.org> | Sat Aug 31 13:33:54 2024 -0400 |
tree | 01dea1c4b1a08e1912d1bd529be6aef7a9441012 | |
parent | c091a71d85de71cdda3eafda7082f02bc0869b65 [diff] |
PackageInstaller: fix NPE due to a race condition in PackageUtil Directory can be removed by the time listFiles() is called, which makes it return null. Null can also be returned due to an I/O error. Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: Jis G Jacob <studiokeys@blissroms.org>