freebsd-dev/sbin/ping
John Birrell d32ff0376f When a timeval is stored at the beginning of icmp_data, the fields
are unaligned for access by the alpha, so copy the value to a variable
that is aligned.

When checking the returned data, be careful to avoid confusing the
size of the icmp header with the size of a timeval. On i386 these
are both 8, but on alpha, a timeval is 16 bytes. This means that
a packet sent from an alpha contains 48 bytes of data, not 56 like
on i386.
1998-05-16 00:19:27 +00:00
..
Makefile Fixed DPADD. 1997-12-16 15:03:14 +00:00
ping.8 A fairly rare possible buffer overflow: 1998-04-01 00:32:18 +00:00
ping.c When a timeval is stored at the beginning of icmp_data, the fields 1998-05-16 00:19:27 +00:00