mirror of
https://git.savannah.gnu.org/git/inetutils.git
synced 2026-01-12 00:19:39 +08:00
* ping/ping6.c (parse_opt): For non-root users, limit interval like ping.c to avoid DoS. Reported in <https://bugs.debian.org/926750>. * ping/ping_common.h (PING_MIN_USER_INTERVAL): Add. * ping/ping.c (MIN_USER_INTERVAL): Remove, replaced by PING_MIN_USER_INTERVAL. (parse_opt): Update use.