Skip to content

A couple of fixes to nginx_refactoring branch #721

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

Conversation

defanator
Copy link
Contributor

First one is intended to fix segfault caused by undefined http context in nginx configuration.
Second one eliminates a warning (which is treated as error by default in nginx) caused by invalid initialization.

defanator added 4 commits May 12, 2014 17:07
This eliminates segfaults caused by unset (NULL) r->port_start
and non-NULL r->port_end. In fact, r->port_start is always NULL,
so it is useless to rely on this pointer.
@zimmerle
Copy link
Contributor

Got the commits: #62ead2a, #f16d98b and #1baeaef merged into nginx_refactoring. It is now on our buildbots for the ModSec regression test.

Thanks for the patches :)

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