NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/51267 CVS commit: src/sbin/ping



The following reply was made to PR bin/51267; it has been noted by GNATS.

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51267 CVS commit: src/sbin/ping
Date: Sun, 31 Jul 2016 18:14:36 +0000

 Module Name:	src
 Committed By:	dholland
 Date:		Sun Jul 31 18:14:36 UTC 2016
 
 Modified Files:
 	src/sbin/ping: ping.c
 
 Log Message:
 Manipulate the signal masks so signals only arrive while we're waiting,
 so they can't illegally reenter libc.
 
 Fixes the problem Greg A. Woods describes in PR 51267, which might or
 might not be the original submitter's problem.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.110 -r1.111 src/sbin/ping/ping.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index