httpd icon indicating copy to clipboard operation
httpd copied to clipboard

mod_log_config: better handle invalid log file name

Open thomasmey opened this issue 1 year ago • 1 comments

if log file name is an invalid string, ap_server_root_relative will return NULL, which will result in SIGSEGV in ap_make_dirstr_parent

thomasmey avatar Jan 01 '25 16:01 thomasmey

What's an invalid string? Can it be reached via configuration?

covener avatar Jan 06 '25 19:01 covener