Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mod_log_config: better handle invalid log file name #504

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

thomasmey
Copy link

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

@covener
Copy link
Member

covener commented Jan 6, 2025

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

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 thomasmey force-pushed the bugfix/ap_config_fuzzing2 branch from 92bcfa3 to 7dbe542 Compare January 7, 2025 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants