Commit 3fe58da
[ DDS ] Fix race condition in Mutex
The lock was being released but not reacquired when the next request
resumed, potentially leading to a race.
Change-Id: Ib00ae40ca8c1dfff6b98bbf642032c57d498fa40
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/394760
Auto-Submit: Ben Konyi <[email protected]>
Reviewed-by: Jessy Yameogo <[email protected]>
Commit-Queue: Ben Konyi <[email protected]>1 parent 07148b7 commit 3fe58da
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
| 78 | + | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
80 | 84 | | |
81 | 85 | | |
82 | 86 | | |
| |||
0 commit comments