Skip to content

prevent out of bounds access in local_schurfact!#150

Merged
haampie merged 1 commit into
JuliaLinearAlgebra:masterfrom
cvsvensson:master
May 4, 2026
Merged

prevent out of bounds access in local_schurfact!#150
haampie merged 1 commit into
JuliaLinearAlgebra:masterfrom
cvsvensson:master

Conversation

@cvsvensson

Copy link
Copy Markdown
Contributor

This fix is to prevent the out of bounds access in #149.

The while loop condition in the generic version of local_schurfact is changed to match the condition in real version.

@codecov

codecov Bot commented Apr 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.83%. Comparing base (92f5094) to head (4f84af2).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #150      +/-   ##
==========================================
+ Coverage   95.97%   96.83%   +0.86%     
==========================================
  Files          10       10              
  Lines         869      853      -16     
==========================================
- Hits          834      826       -8     
+ Misses         35       27       -8     

☔ 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.

@haampie
haampie merged commit c44070e into JuliaLinearAlgebra:master May 4, 2026
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.

2 participants