Bug #2582
closedDereference a null pointer
Description
There is below issues of null dereference describes as :
1).
File :lighttpd-1.4.35/src/mod_cgi.c
Issue :Dereferencing a null pointer
Issue Descritption :
Deferencing a null pointers ""s"" which is type of const char *s , if null return by
get_http_version_name(con->request.http_version); and
get_http_method_name(con->request.http_method);
when version name or method name not found.
Solution:
There should be check ""s"" for NULL return by get_http_version_name() and
get_http_method_name ()"
Note : The Respective patch are attached herewith for your reference .
Files
Updated by gstrauss over 8 years ago
Please close this ticket. Looks like it was handled in https://redmine.lighttpd.net/issues/2583
Updated by stbuehler over 8 years ago
- Related to Bug #2583: Dereference a null pointer added
Updated by stbuehler over 8 years ago
- Related to deleted (Bug #2583: Dereference a null pointer)
Updated by stbuehler over 8 years ago
- Is duplicate of Bug #2583: Dereference a null pointer added
Updated by stbuehler over 8 years ago
- Status changed from New to Duplicate
- Target version deleted (
1.4.x)
Also available in: Atom