| Anonymous | Login | Signup for a new account | 11-10-2008 11:07 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001072 | [BusyBox] Networking Support | major | always | 10-13-06 03:54 | 10-15-06 18:19 | ||||
| Reporter | rockeychu | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | svn | ||||||
| Summary | 0001072: "nc" can't work any more (with patched) | ||||||||
| Description |
nc can't work cause of defined incorrect type of 'opt', patched as following: Index: networking/nc.c =================================================================== --- networking/nc.c (revision 16376) +++ networking/nc.c (working copy) @@ -17,7 +17,7 @@ int nc_main(int argc, char **argv) { int sfd = 0, cfd; - unsigned opt; + int opt; unsigned lport = 0, wsecs = 0, delay = 0; unsigned do_listen = 0, execflag = 0; struct sockaddr_in address; |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |