Skip to content

Commit

Permalink
Merge pull request #222 from dyninst/bolo/threadsafe
Browse files Browse the repository at this point in the history
Fix race in thread 3 due to not re-reading values.
  • Loading branch information
bigtrak authored Jan 30, 2023
2 parents 24fb9b5 + 8b43336 commit 33e29f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dyninst/test_thread_3_mutatee.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

Thread_t test4_threads[TEST3_THREADS];
Lock_t test4lock;
int mutateeIdle = 0;
volatile int mutateeIdle = 0;

/* Function definitions follow */

Expand Down

0 comments on commit 33e29f1

Please sign in to comment.