]> Cypherpunks repositories - gostls13.git/commit
runtime: fix sigpipe do not check SIGPIPE was ignored
authorLE Manh Cuong <cuong.manhle.vn@gmail.com>
Mon, 3 Jun 2019 08:57:43 +0000 (15:57 +0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 3 Jun 2019 20:07:50 +0000 (20:07 +0000)
commit0c75eb824ca7ca41970c2265ad1bccb82bbb408f
treeef6677ce9dba714f70c347cf94ba977a27b4ff6d
parentcbdf9ade5604917593af3ce5ce576a465edfca83
runtime: fix sigpipe do not check SIGPIPE was ignored

Fixes #32386

Change-Id: I29ad4113b02264336eebe7865895f07ef386f450
Reviewed-on: https://go-review.googlesource.com/c/go/+/180177
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/signal_unix.go