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

Fixed segfault in ngx_http_find_virtual_server() within xquic module #1813

Merged
merged 1 commit into from
Aug 4, 2023

Commits on Aug 1, 2023

  1. Fixed segfault in ngx_http_find_virtual_server() within xquic module

    A segfault was corrected when calling ngx_http_find_virtual_server in the xquic module. The issue originated from c->data being taken as ngx_http_connection_t while regular expressions were in use. However, for http3 connections, c->data is a pointer to ngx_http_xquic_connection_t
    morf committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a265735 View commit details
    Browse the repository at this point in the history