Skip to content

aes: Avoid unwanted overflow check when using u32::MAX as the counter. #2447

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

Merged
merged 1 commit into from
Mar 5, 2025

aes: Avoid unwanted overflow check when using u32::MAX as the counter.

1d35370
Select commit
Loading
Failed to load commit list.
Merged

aes: Avoid unwanted overflow check when using u32::MAX as the counter. #2447

aes: Avoid unwanted overflow check when using u32::MAX as the counter.
1d35370
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 5, 2025 in 1s

96.60% (+0.00%) compared to a40c3a9

View this Pull Request on Codecov

96.60% (+0.00%) compared to a40c3a9

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.60%. Comparing base (a40c3a9) to head (1d35370).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2447   +/-   ##
=======================================
  Coverage   96.60%   96.60%           
=======================================
  Files         180      180           
  Lines       21748    21748           
  Branches      538      538           
=======================================
  Hits        21010    21010           
  Misses        623      623           
  Partials      115      115           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.