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

[nasa/cryptolib#362] Fix missing -1 for bounds checking #363

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

rjbrown2
Copy link
Member

@rjbrown2 rjbrown2 commented Dec 5, 2024

Missing -1 has been added.

@rjbrown2 rjbrown2 requested a review from jlucas9 December 5, 2024 20:03
@codecov-commenter
Copy link

codecov-commenter commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.12%. Comparing base (a3f2e78) to head (22e03b3).
Report is 61 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #363      +/-   ##
==========================================
+ Coverage   84.04%   84.12%   +0.07%     
==========================================
  Files          83       81       -2     
  Lines       23507    21719    -1788     
  Branches     1783     1757      -26     
==========================================
- Hits        19757    18271    -1486     
+ Misses       3075     2765     -310     
- Partials      675      683       +8     

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

@rjbrown2 rjbrown2 linked an issue Dec 5, 2024 that may be closed by this pull request
@rjbrown2 rjbrown2 self-assigned this Dec 5, 2024
Copy link
Contributor

@dccutrig dccutrig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how we missed this, we literally had this discussion. Approved!

@rjbrown2 rjbrown2 merged commit 9272d1f into dev Dec 5, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Max SA for SPI - Minus 1 missing
3 participants