Skip to content

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

Merged
martin-frbg merged 1 commit into
OpenMathLib:developfrom
iha-taisei:fixedIssue5231
Apr 22, 2025
Merged

Fix: Potential out-of-bounds read in non-transposed [SD]GEMV kernels for A64FX and Neoverse V1.#5240
martin-frbg merged 1 commit into
OpenMathLib:developfrom
iha-taisei:fixedIssue5231

Conversation

@iha-taisei
Copy link
Copy Markdown
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
Copy Markdown
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