Module Name: src Committed By: dholland Date: Sun Dec 18 01:30:54 UTC 2016
Modified Files: src/sbin/ping6: ping6.c Log Message: Merge the PR 36997 fixes into ping6. It already didn't accept too small or wildly too large intervals, but it did allow intervals that failed at poll(). Since that's signed integer overflow and thus UB, better not to. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 src/sbin/ping6/ping6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.