Check startup_future before using it
event_finish_startup and startup_timer_expired can race, leading one of them to try to use startup_future when it is NULL. Check startup_future still exists before using it. Bug: 112114060 Test: Use Bluetooth Change-Id: I018d45f070b3f931c1114abf0471b6ea1d524f2a
Please register or sign in to comment