commit | 5e26ad3bf7c5923775fead0fd1018032fa9ed832 | [log] [tgz] |
---|---|---|
author | Yu Shan <shanyu@google.com> | Fri May 06 01:27:53 2022 +0000 |
committer | Yu Shan <shanyu@google.com> | Fri May 06 01:29:52 2022 +0000 |
tree | 6ce2e9ac11e8eaadf3447eb9826aeb0ebe3b397e | |
parent | 6a44f5ee26cc021019df0585c0ecfad603a1c08d [diff] |
Fix a bug that would access uninitialized data. Fix a bug where mThread is initialized before mRequests, causing the new thread to access uninitialized mRequests. Test: None. This is a race condition depending on when the thread is started and hard to reproduce. Bug: 231647009 Change-Id: I68037125bf4d14846585bd3a038844e4a7ced377