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

fix out-of-bounds access in TF_CLASS #421

Merged
merged 1 commit into from
Aug 13, 2024
Merged

fix out-of-bounds access in TF_CLASS #421

merged 1 commit into from
Aug 13, 2024

Conversation

daviesje
Copy link
Contributor

There was an out-of-bounds array access in the TF_CLASS interpolations. I don't think this was ever actually tripped but I found it during the c-restructure since we can actually get good compiler warnings now.

Copy link
Member

@steven-murray steven-murray left a comment

Choose a reason for hiding this comment

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

Great, thanks!

Copy link

codecov bot commented Aug 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.19%. Comparing base (184dd95) to head (2414803).
Report is 9 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #421   +/-   ##
=======================================
  Coverage   82.19%   82.19%           
=======================================
  Files          13       13           
  Lines        3140     3140           
  Branches      854      854           
=======================================
  Hits         2581     2581           
  Misses        400      400           
  Partials      159      159           

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

@steven-murray steven-murray merged commit fee5be2 into master Aug 13, 2024
20 checks passed
@steven-murray steven-murray deleted the class-oob-fix branch August 13, 2024 15:32
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.

2 participants