Bug #964
Incorrect log_write_error() formatting specifier in src/mod_scgi.c leads to segfault
| Status: | Fixed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | Resolution: | fixed |
||
Description
There's one too 'd's in the format specifier passed to log_write_error() in src/mod_scgi.c, line 2531:
2531 log_error_write(srv, FILE_, LINE_, "sdsdsd",
2532 "response not sent, request not sent, reconnection.",
2533 "connection-fd:", con->fd,
2534 "fcgi-fd:", hctx->fd);
Patch attached.
-- beu