Actions
Bug #64
closedNull pointer dereference in mod_accesslog log on SIGHUP
Status:
Fixed
Priority:
High
Category:
mod_accesslog
Target version:
-
ASK QUESTIONS IN Forums:
Description
Fixed by this:
--- src/mod_accesslog.c (revision 97) +++ src/mod_accesslog.c (working copy) @@ -542,6 +542,8 @@ } s->access_logbuffer->used = 0; } + + if (buffer_is_empty(s->access_logfile)) continue; if (s->use_syslog == 0 && s->access_logfile->ptr[0] != '|') {
-- dgl
Updated by jan about 18 years ago
- Status changed from New to Fixed
- Resolution set to fixed
fixed in changeset r98
Actions
Also available in: Atom