commit | c7b33821a7cdc7ea2921b0bd9de0876056d8c458 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@google.com> | Thu Feb 25 12:53:45 2016 -0800 |
committer | Pavlin Radoslavov <pavlin@google.com> | Thu Feb 25 12:53:45 2016 -0800 |
tree | 2b0f6286261512e5704bb056564f2338ba7ca355 | |
parent | c281b07d4d653191dd81c998452d4f844f3833fc [diff] |
Fix a crash triggered when firmware config takes too long Fix a crash condition that is triggered when the firmware configuration takes too long: 1. The startup_timer expires, and it resets startup_future to NULL 2. The delayed firmware_config_callback is received, and it tries to use the startup_future pointer (already set to NULL). Bug: 27336555 Change-Id: I4b04ca08a32c947f6f1eaabec7c4b099f96aab59