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

Bug fixes #7517

Merged
merged 3 commits into from
May 13, 2024
Merged

Bug fixes #7517

merged 3 commits into from
May 13, 2024

Commits on May 8, 2024

  1. Fix infinite loop

    'ret' could be set to non-zero inside the loop and the 'cmac->bufferSz' never gets reset causing 'add' to become 0 in the subsequent loop.
    Andras Fekete committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8f9c8a1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Fix function logic

    Andras Fekete committed May 10, 2024
    Configuration menu
    Copy the full SHA
    f73a9f0 View commit details
    Browse the repository at this point in the history
  2. Make the function flow better

    Will return 0 on failure.
    Andras Fekete committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c5773f5 View commit details
    Browse the repository at this point in the history