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

crypto/types: fix negative index accesses in CompactUnmarshal,GetIndex,SetIndex #9196

Merged
merged 4 commits into from
Apr 26, 2021
Merged

crypto/types: fix negative index accesses in CompactUnmarshal,GetIndex,SetIndex #9196

merged 4 commits into from
Apr 26, 2021

Commits on Apr 24, 2021

  1. crypto/types: fix negative index accesses in CompactUnmarshal,GetInde…

    …x,SetIndex
    
    Fixes unchecked negative index access that'd cause panics, in CompactBitArray's:
    * CompactUnmarshal, which blindly used the result of binary.Uvarint
    * GetIndex
    * SetIndex
    
    Fixes #9164
    Fixes #9165
    odeke-em committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    11e28fa View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    f62e187 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a8565c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bc4f9d View commit details
    Browse the repository at this point in the history