Skip to content
Snippets Groups Projects
Commit 63e0ddc7 authored by Dmitriy Vyukov's avatar Dmitriy Vyukov
Browse files

cmd/gc: do not race instrument syscall.forkAndExecInChild

Race instrumentation can allocate, switch stacks, preempt, etc.
All that is not allowed in between fork and exec.
Fixes #4840.

R=golang-dev, daniel.morsing, dave
CC=golang-dev
https://golang.org/cl/11324044
parent 7e270cf6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment