BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001373 [BusyBox] Networking Support major always 05-25-07 09:01 05-26-07 17:54
Reporter kiltedknight View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 1.4.x
Summary 0001373: ping has a variable datatype mismatch that can cause packets to be ignored
Description The variable "myid" which is placed in the ICMP header is declared as an int. The datatype in the ICMP header is a u_int16_t (based on Busybox datatypes). This can cause an overflow situation that will cause a returned packet to be rejected with no status message printed to the terminal screen.
Additional Information The attached file will correct the problem.
Attached Files  bb_ping_fix.diff [^] (720 bytes) 05-25-07 09:01

- Relationships

- Notes
(0002404)
vda
05-26-07 17:54

Fixed in rev 18697, thanks!
 

- Issue History
Date Modified Username Field Change
05-25-07 09:01 kiltedknight New Issue
05-25-07 09:01 kiltedknight Status new => assigned
05-25-07 09:01 kiltedknight Assigned To  => BusyBox
05-25-07 09:01 kiltedknight File Added: bb_ping_fix.diff
05-25-07 09:01 kiltedknight Issue Monitored: kiltedknight
05-26-07 17:54 vda Status assigned => closed
05-26-07 17:54 vda Note Added: 0002404
05-26-07 17:54 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker