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
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

- Relationships

- Notes
(0003874)
vda
02-11-08 08:26

Fixed in svn (rev 20983). Thanks.
 

- Issue History
Date Modified Username Field Change
01-29-08 06:25 antezedens New Issue
01-29-08 06:25 antezedens Status new => assigned
01-29-08 06:25 antezedens Assigned To  => BusyBox
01-29-08 06:26 antezedens Issue Monitored: antezedens
02-11-08 08:26 vda Status assigned => closed
02-11-08 08:26 vda Note Added: 0003874
02-11-08 08:26 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker