| Anonymous | Login | Signup for a new account | 11-10-2008 11:32 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 | ||||
| 0002004 | [BusyBox] Other | minor | always | 01-29-08 06:25 | 02-11-08 08:26 | ||||
| Reporter | antezedens | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | svn | ||||||
| Summary | 0002004: httpd : arguments not properly passed to interpreters | ||||||||
| Description |
in function "send_cgi_and_exit" line 1444: the arguments are set: argv[0] = (char*)bb_basename(purl); argv[1] = NULL; However, argv[0] as expected by execv should be the executable name, so the following assignments should be done: argv[0] = (char*)interpr; argv[1] = (char*)bb_basename(purl); argv[2] = NULL; |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |