CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/15 14:09:43
Modified files:
sbin/ping : ping.c
Log message:
Let ping handle truncated echo replies.
Instead of a false data mismatch report, we now print (TRUNC!).
This also fixes two out of bounds accesses.
The "wrong data byte #XXX" counter was also wrong and off by 8 bytes.
OK djm@ on an earlier version, OK dera...@.
