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

[main] Fix integer overflow #2179 #2181

Merged
merged 6 commits into from
Apr 6, 2022
Merged

[main] Fix integer overflow #2179 #2181

merged 6 commits into from
Apr 6, 2022

Commits on Apr 6, 2022

  1. Fix integer overflow #2179

    piponazo committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    e715243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    459c73c View commit details
    Browse the repository at this point in the history
  3. Remove deprecated variable

    piponazo committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    a698c3f View commit details
    Browse the repository at this point in the history
  4. Add unit tests for Photoshop::isIrb().

    It has been detected that we need to always pass the size==4 in the call
    to isIrb. Probably it is better to remove that parameter and document
    that it is assumed for the buffer to have a length of 4 bytes.
    piponazo committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    7366a64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ab7800 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a505d6f View commit details
    Browse the repository at this point in the history