Actions
Bug #2768
closedmod_fastcgi segfault in lighttpd-1.4.43
ASK QUESTIONS IN Forums:
Description
The new fcgi_extension_host_get() function in 1.4.43 forgets to return NULL when all hosts are busy so it does a extension->hosts[-1] dereference which leads to a segfault whenever the server gets really busy.
Patch to fix this is attached.
Files
Updated by gstrauss almost 8 years ago
- Status changed from New to Patch Pending
- Target version changed from 1.4.x to 1.4.44
thx HenrikHolst. There is a similar error in mod_scgi.c that needs to be fixed as well.
Updated by gstrauss almost 8 years ago
(update: mod_scgi does not have this bug)
Updated by gstrauss almost 8 years ago
- Status changed from Patch Pending to Fixed
- % Done changed from 0 to 100
Applied in changeset 40e05e9b8c5b123eeafcf77e8416744564273b9f.
Actions
Also available in: Atom