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

Extend panic when pn_len is 0 with metadata #2134

Merged
merged 1 commit into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. Extend panic when pn_len is 0 with metadata

    `Connection::add_packet_number -> PacketBuilder::pn -> Encoder::encode_uint`
    panics when `pn_len` is `0`. These panics are seen in Firefox crash reports.
    
    To be able to find the root cause of the panic, add additional metadata.
    
    See mozilla#2132 for details.
    mxinden committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    81691e0 View commit details
    Browse the repository at this point in the history