Bug #1774
lighttpd memory leak on duplicated request header
| Status: | Fixed | Start: | ||
| Priority: | High | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | 1.4.20 | |||
| Pending: | No |
Resolution: | fixed |
|
Description
http_request_parse function of request.c just return 0 without free previous allocated data_string when duplicated request header found.
it causes memory leak