We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c2e56 commit 909881dCopy full SHA for 909881d
misc/cgo/testsanitizers/testdata/tsan11.go
@@ -45,7 +45,7 @@ static void register_handler(int signo) {
45
import "C"
46
47
func main() {
48
- ch := make(chan os.Signal)
+ ch := make(chan os.Signal, 1)
49
signal.Notify(ch, syscall.SIGUSR2)
50
51
C.register_handler(C.int(syscall.SIGUSR1))
0 commit comments