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

268 oob read branch rebase #269

Merged
merged 3 commits into from
Aug 7, 2024
Merged

268 oob read branch rebase #269

merged 3 commits into from
Aug 7, 2024

Conversation

Donnie-Ice
Copy link
Contributor

Resolved seg faults from sa index out of bounds

@Donnie-Ice Donnie-Ice self-assigned this Aug 5, 2024
@Donnie-Ice Donnie-Ice linked an issue Aug 5, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.98%. Comparing base (5a1cff8) to head (83e2b45).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #269      +/-   ##
==========================================
+ Coverage   82.84%   82.98%   +0.13%     
==========================================
  Files          41       41              
  Lines       10337    10385      +48     
  Branches      830      832       +2     
==========================================
+ Hits         8564     8618      +54     
+ Misses       1472     1469       -3     
+ Partials      301      298       -3     

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

Copy link
Contributor

Choose a reason for hiding this comment

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

maybe (spi >= NUM_SA) ? indices start at 0... just need to do a sanity check on this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good catch

@Donnie-Ice Donnie-Ice merged commit 29abebd into dev Aug 7, 2024
5 checks passed
@Donnie-Ice Donnie-Ice deleted the 268-oob-read-branch-rebase branch August 7, 2024 18:35
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.

Out-of-Bounds reads on TM/TC/AOS Frames
5 participants