CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/08 10:27:39
Modified files:
sbin/ping : ping.c
Log message:
Add a type cast to force signed comparison. This fixes a loop
termination issue that can arise when parsing IP options.
The bug was found by Hrvoje Popovski with ping -R.
Fix tested by Hrvoje, OK millert@
