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 oss-fuzz case 55714 #3476

Merged
merged 9 commits into from
Feb 8, 2023
Merged

fix oss-fuzz case 55714 #3476

merged 9 commits into from
Feb 8, 2023

Commits on Feb 7, 2023

  1. fix oss-fuzz case 55714

    impacts legacy decoder v0.3 in 32-bit mode
    Cyan4973 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    e04706c View commit details
    Browse the repository at this point in the history
  2. fix for v0.3 blindly ported to v0.2

    in case it would be applicable here too.
    Cyan4973 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    cfec005 View commit details
    Browse the repository at this point in the history
  3. adapt v0.3 fix to v0.1

    slightly different constraints on end of buffer conditions
    Cyan4973 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    7eb4471 View commit details
    Browse the repository at this point in the history
  4. copy fix for v0.3 to v0.4

    in case it would be applicable for this legacy version too.
    Cyan4973 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    b20e4e9 View commit details
    Browse the repository at this point in the history
  5. port fix for v0.3 to v0.5

    in case it would be applicable for this version too
    Cyan4973 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    7a1a171 View commit details
    Browse the repository at this point in the history
  6. port fix for v0.3 to v0.6

    in case it would applicable for this version
    Cyan4973 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    67d7a65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9419747 View commit details
    Browse the repository at this point in the history
  8. add requested check for legacy decoder v0.1

    which uses a different technique to store literals,
    and therefore must check for potential overwrites.
    Cyan4973 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c5bf6b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    c689310 View commit details
    Browse the repository at this point in the history