mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Initialize has_tid for correctness.
PiperOrigin-RevId: 345763209
This commit is contained in:
committed by
gVisor bot
parent
4b198b18e1
commit
1371b73b4b
@@ -126,7 +126,7 @@ TEST_P(SignalfdTest, Blocking) {
|
||||
|
||||
// Shared tid variable.
|
||||
absl::Mutex mu;
|
||||
bool has_tid;
|
||||
bool has_tid = false;
|
||||
pid_t tid;
|
||||
|
||||
// Start a thread reading.
|
||||
|
||||
Reference in New Issue
Block a user