rcolebaugh / rpms / openssh

Forked from rpms/openssh 2 years ago
Clone
f5835d
diff -up openssh-5.8p2/ssh-keyscan.c.sigpipe openssh-5.8p2/ssh-keyscan.c
f5835d
--- openssh-5.8p2/ssh-keyscan.c.sigpipe	2011-08-23 18:30:33.873025916 +0200
f5835d
+++ openssh-5.8p2/ssh-keyscan.c	2011-08-23 18:32:24.574025362 +0200
f5835d
@@ -715,6 +715,8 @@ main(int argc, char **argv)
f5835d
 		fdlim_set(maxfd);
f5835d
 	fdcon = xcalloc(maxfd, sizeof(con));
f5835d
 
f5835d
+	signal(SIGPIPE, SIG_IGN);
f5835d
+
f5835d
 	read_wait_nfdset = howmany(maxfd, NFDBITS);
f5835d
 	read_wait = xcalloc(read_wait_nfdset, sizeof(fd_mask));
f5835d