Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/ping
Module Name: src
Committed By: ryo
Date: Fri Mar 17 06:52:59 UTC 2017
Modified Files:
src/sbin/ping: ping.c
Log Message:
Fix cksum calculation for clearing the cached route.
In ping.c:r1.104, the size of echoreply packet was changed to ICMP_MINLEN,
Therefore also calculation size must be ICMP_MINLEN.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 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