You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two issues being fixed: 1) checkAndPreventSharingOutsideTG() was
accessing t.fsContext without grabbing t.mu and thus causing a data race with
a concurrent unshare and 2) the concurrent unshare might present an incomplete
view of the shared fscontext and cause execve to incorrectly conclude that it
was shared outside the thread group.
Reported-by: syzbot+e95172bececeffb258a9@syzkaller.appspotmail.com
Reported-by: syzbot+f834131c3fbdeec4b560@syzkaller.appspotmail.com
PiperOrigin-RevId: 800327461
0 commit comments