-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The local task in process_vm_read|writev is just the calling task.
We were using t.ThreadGroup.Leader() as the local task, which led to data races reading fields that are owned by the task goroutine. But there's no need to use the Leader, so we just use the calling task everywhere. PiperOrigin-RevId: 570826256
- Loading branch information
1 parent
cf93d15
commit c39ecc4
Showing
1 changed file
with
8 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters