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

Fix bounds overflow in JPEG 2000 decoding #4505

Merged
merged 4 commits into from Apr 1, 2020

Commits on Apr 1, 2020

  1. Fix for OOB Read in DecodeJpeg2k

    wiredfool authored and hugovk committed Apr 1, 2020
    Copy the full SHA
    cf6da6b View commit details
    Browse the repository at this point in the history
  2. Tests for jp2 overflow

    wiredfool authored and hugovk committed Apr 1, 2020
    Copy the full SHA
    30443d3 View commit details
    Browse the repository at this point in the history
  3. Format with Black

    hugovk committed Apr 1, 2020
    Copy the full SHA
    6e86d23 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    hugovk committed Apr 1, 2020
    Copy the full SHA
    c5e9de1 View commit details
    Browse the repository at this point in the history