Bug 13292

Summary: Ping -s <odd_size> does not work
Product: Base System Reporter: thomma <thomma>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description thomma 1999-08-21 17:00:01 UTC
ping command generates bad check sum for odd size icmp
data.  This is caused by EGCS optimizer bug.

Fix: Compiled with -O0 or apply following patch
How-To-Repeat: # ping -s 57 localhost
Comment 1 Pierre Beyssac freebsd_committer freebsd_triage 1999-11-15 20:06:03 UTC
State Changed
From-To: open->closed

Fixed in -current (with a different patch). Thanks!