NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/36997 CVS commit: src/sbin/ping6
The following reply was made to PR bin/36997; it has been noted by GNATS.
From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/36997 CVS commit: src/sbin/ping6
Date: Sun, 18 Dec 2016 01:30:54 +0000
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.
Home |
Main Index |
Thread Index |
Old Index