Ok, ping needs a rewrite from the ground up. (This is not a busybox app.)
authorRob Landley <rob@landley.net>
Wed, 11 Jan 2006 03:44:11 +0000 (03:44 -0000)
committerRob Landley <rob@landley.net>
Wed, 11 Jan 2006 03:44:11 +0000 (03:44 -0000)
commitbbf4e167f2caa248ba0eaa05b89d02b8d8f9e4ae
tree2166e57f03af9da0c739370a58de790b493a3b20
parent009765d2caa1fd8abd29d9f782c5154c85591793
Ok, ping needs a rewrite from the ground up.  (This is not a busybox app.)
Fix bug 309, where ping -s 1 localhost would give an elapsed time 9 digits
long due to a stack overflow.  Apparently, iputils also does this.
networking/ping.c