commit | 4d2990d04917bd8140772bee63f2cf43837b6a30 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Tue Sep 15 12:11:26 2015 -0700 |
committer | Alex Deymo <deymo@google.com> | Tue Sep 15 12:21:49 2015 -0700 |
tree | 922dd3d16aef5e63415aa83368ecfeb85ff6e8d0 | |
parent | 0290c1fb9cf11a8eeecb1520cb86ae7eecf859c1 [diff] |
Fix segfault on IsOOBEComplete() Android Stub. The Android stub implementation of IsOOBEComplete() didn't check if the passed pointer is a nullptr. The parameter can be a nullptr when the time the OOBE was completed is not interesting. Bug: 22024447 Test: `mma`; deployed on dragonboard and ran `update_engine_client --update`. Change-Id: Ie680e9d1327717ca6618d8154825767815e04196