commit | b47e11e847a3f95c1cf68d30acdf7da27ef98438 | [log] [tgz] |
---|---|---|
author | Yu Shan <shanyu@google.com> | Fri May 06 01:27:53 2022 +0000 |
committer | Yu Shan <shanyu@google.com> | Sat May 07 00:46:32 2022 +0000 |
tree | 432675a702118ccd40db9c251fc1dc45df02eb69 | |
parent | dc48405431b431d01a0d8aa8db3f363feb54e9fe [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 (cherry picked from commit 5e26ad3bf7c5923775fead0fd1018032fa9ed832)