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 undefined behavior: clamp shift in B44 Decompress #832

Merged

Commits on Sep 8, 2020

  1. fix undefined behavior: clamp shift in B44 Decompress

    Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
    peterhillman committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    c5d0806 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. use unsigned values in shift to prevent undefined behavior

    Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
    peterhillman committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    80bd450 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. remove min() in B44 unpack14 for better fix

    Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
    peterhillman committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    f493356 View commit details
    Browse the repository at this point in the history
  2. ignore unused bits in B44 mode detection

    Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
    peterhillman committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    fb3b565 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cf62d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

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