|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0000185 |
[BusyBox] Networking Support |
minor |
always |
03-23-05 02:28 |
07-31-05 15:34 |
|
|
Reporter |
mb |
View Status |
public |
|
|
Assigned To |
BusyBox |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
|
|
|
Summary |
0000185: httpd infinite loop when piping to CGI script |
|
Description |
BusyBox's httpd can enter an infinite loop if it pipes data for a POST request to a CGI script and that script doesn't read the full request but closes the pipe instead. This is due to a missing error check in httpd when writing data to the pipe.
The attached patch fixes the problem.
|
|
Additional Information |
|
|
|
Attached Files |
busybox-httpd-cgi-error-handling.diff [^] (949 bytes) 03-23-05 02:28 |
|
|