We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The crash produces a SIGSEGV with reason SEGV_ACCERR and a trace showing http_parse_host as the last method before/during the crash.
First reported against 5.0.5 on Arch linux in https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/phusion-passenger/0iofvwnkacE
Reproduced with 5.0.7 on Ubuntu.
The text was updated successfully, but these errors were encountered:
Fix invalid memory access. Closes GH-1513.
0f67710
http_parse_host depends on the UF_HOST field variables to be set and may not be called if only UF_SCHEMA is set (as it was in the original if).
Can you submit the patch to upstream?
Sorry, something went wrong.
Patch accepted upstream.
OnixGH
No branches or pull requests
The crash produces a SIGSEGV with reason SEGV_ACCERR and a trace showing http_parse_host as the last method before/during the crash.
First reported against 5.0.5 on Arch linux in https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/phusion-passenger/0iofvwnkacE
Reproduced with 5.0.7 on Ubuntu.
The text was updated successfully, but these errors were encountered: