Skip to content

Fix: Potential out-of-bounds read in non-transposed [SD]GEMV kernels for A64FX and Neoverse V1. #5240

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
Apr 22, 2025

Conversation

iha-taisei
Copy link
Contributor

close #5231
This pull request fixes a potential out-of-bounds read problem that was reported for [SD]GEMV merged as #5220.
The loop unrolling implementation referenced an out-of-bounds area, so I fixed it to reference the area needed for the calculation.

@martin-frbg martin-frbg added this to the 0.3.30 milestone Apr 22, 2025
@martin-frbg martin-frbg merged commit ddfefd9 into OpenMathLib:develop Apr 22, 2025
82 of 86 checks passed
@martin-frbg
Copy link
Collaborator

Thanks for the quick fix

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.

Segmentation Fault Introduced by PR #5220
2 participants