Commit 7a7d8c3
Fix data race on t.tg.exitStatus in runExitMain
Acquire the t.tg.signalHandlers.mu lock before reading
t.tg.exitStatus for the seccheck.PointTaskExit event to prevent
a data race with prepareGroupExitLocked.
PiperOrigin-RevId: 9605408071 parent 8f03842 commit 7a7d8c3
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
247 | 250 | | |
248 | | - | |
| 251 | + | |
249 | 252 | | |
250 | 253 | | |
251 | 254 | | |
| |||
0 commit comments