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
0001089 [BusyBox] Networking Support crash always 11-10-06 05:02 11-15-06 18:24
Reporter rockeychu View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version svn
Summary 0001089: can't compile networking/nslookup.c (with patch)
Description I think it's programmer's typo error, and it's better to compile code before committing it.

Index: networking/nslookup.c
===================================================================
--- networking/nslookup.c (revision 16525)
+++ networking/nslookup.c (working copy)
@@ -82,7 +82,7 @@
                while (cur) {
                        sockaddr_to_dotted(cur->ai_addr, str, sizeof(str));
                        printf("%s %s\nAddress: %s", header, hostname, str);
- s[0] = ' ';
+ str[0] = ' ';
                        if (getnameinfo(cur->ai_addr, cur->ai_addrlen, str+1, sizeof(str)-1, NULL, 0, NI_NAMEREQD))
                                str[0] = '\0';
                        puts(str);
Additional Information
Attached Files

- Relationships

- Notes
(0001741)
vda
11-15-06 18:24

Already fixed, but thanks anyway
 

- Issue History
Date Modified Username Field Change
11-10-06 05:02 rockeychu New Issue
11-10-06 05:02 rockeychu Status new => assigned
11-10-06 05:02 rockeychu Assigned To  => BusyBox
11-15-06 18:24 vda Status assigned => closed
11-15-06 18:24 vda Note Added: 0001741
11-15-06 18:24 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker