projects
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46c573d
)
child_open_uid: restore default SIGPIPE handler
author
Nigel Metheringham
<nigel@exim.org>
Sun, 30 Jan 2011 15:25:28 +0000
(15:25 +0000)
committer
Nigel Metheringham
<nigel@exim.org>
Sun, 30 Jan 2011 15:32:31 +0000
(15:32 +0000)
Fixes bug 968
Merge branch 'sigpipe-fix' of git://github.com/lp0/exim into master
src/src/child.c
patch
|
blob
|
blame
|
history
diff --git
a/src/src/child.c
b/src/src/child.c
index
0c1fd6d
..
675a91b
100644
(file)
--- a/
src/src/child.c
+++ b/
src/src/child.c
@@
-340,6
+340,7
@@
output when things go wrong. */
if (pid == 0)
{
signal(SIGUSR1, SIG_IGN);
+ signal(SIGPIPE, SIG_DFL);
if (newgid != NULL && setgid(*newgid) < 0)
{