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
0000735 [BusyBox] Networking Support trivial always 02-19-06 11:58 04-11-06 11:15
Reporter rfelker View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version 1.01
Summary 0000735: libbb.h uses struct sockaddr_in without including header to define it
Description busybox-1.1.0/include/libbb.h:294: warning: `struct sockaddr_in' declared inside parameter list
busybox-1.1.0/include/libbb.h:294: warning: its scope is only this definition or declaration, which is probably not what you want.

struct sockaddr_in is declared in netinet/in.h. Presumably BusyBox is relying on namespace pollution of glibc, which may be fixed in future versions.
Additional Information So far, this is just a (repeated for every file) warning, not an error, so it's not a big deal. Not sure if it could lead to errors in the future; probably not. Thus severity=trivial.
Attached Files

- Relationships

- Notes
(0001262)
bernhardf
04-11-06 11:15

Fixed in r14822.
 

- Issue History
Date Modified Username Field Change
02-19-06 11:58 rfelker New Issue
02-19-06 11:58 rfelker Status new => assigned
02-19-06 11:58 rfelker Assigned To  => BusyBox
02-19-06 15:06 vapier Summary libbb.h uses struct sockaddr_in without defining it => libbb.h uses struct sockaddr_in without including header to define it
04-11-06 11:15 bernhardf Status assigned => closed
04-11-06 11:15 bernhardf Note Added: 0001262
04-11-06 11:15 bernhardf Resolution open => fixed
04-11-06 11:15 bernhardf Fixed in Version  => svn


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker