diff options
| author | 2023-09-05 15:59:31 +0530 | |
|---|---|---|
| committer | 2023-09-29 13:23:39 +0200 | |
| commit | a8a3f5658302531c714b0b695ccb6b15f1671a3b (patch) | |
| tree | f3b6ed6ce1e3a5f3242d199474110e7acc2d6612 /libs/androidfw/ObbFile.cpp | |
| parent | 53565bfdb0193e38f96811b58f433d961711681f (diff) | |
Fix NPE of NativeTombstoneManager.TombstoneWatcher
Root Cause:
"path" argument of FileObserver.onEvent(event, path) can be null,
but there is no null check in NativeTombstoneManager.TombstoneWatcher.
Solution:
Do nothing when path is null
Bug: 301410299
Test: manual (check native crash dump behavior)
Change-Id: I92ee2ddd0a844e9150ca851f0d94f60f4a20e68f
Diffstat (limited to 'libs/androidfw/ObbFile.cpp')
0 files changed, 0 insertions, 0 deletions