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

const-oid: fix off-by-one error parsing large BER arcs #84

Merged
merged 1 commit into from
Oct 12, 2021

Commits on Oct 12, 2021

  1. const-oid: fix off-by-one error parsing large BER arcs

    Arcs are currently modeled as `u32`. When encoded as base 128, they can
    be up to 5 bytes, since the 4 preceeding bytes provide only 7-bits of
    the final integer value.
    tarcieri committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    d3831b4 View commit details
    Browse the repository at this point in the history