commit | 731cc9e421c0a5fc37ad427c83e953ce5c0d1c6c | [log] [tgz] |
---|---|---|
author | Keith Mok <keithmok@google.com> | Fri May 06 06:22:34 2022 +0000 |
committer | Keith Mok <keithmok@google.com> | Fri May 06 17:10:01 2022 +0000 |
tree | f5f243d34b3b879b06e60c3fd6edd7e1d49c4425 | |
parent | 48cd846f4b19fedbae3d2128c9c2cee970d5eb6f [diff] |
vehicle-aidl: Fix thread join would block There is race condition in RecurrentTimer.cpp for thread creation whcih created in initialization list instead of constructor which the class member variables are not init yet. Bug: 231668271 Test: android.hardware.automotive.vehicle@V1-default-service_fuzzer Change-Id: I7dfdff7aa3df4e4451522ad167863a41e27a349c