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

AArch64: Fix potential out of bounds access in DotProd H/HV filters #1328

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

fbossen
Copy link
Collaborator

@fbossen fbossen commented Jul 18, 2024

The DotProd/I8MM horizontal and HV/2D subpel filters use -4 offset for sampling instead of -3 to be better aligned in some cases. This resulted in an out of bounds access, which led to crashes.

This is backported from dav1d 1.4.3.

The DotProd/I8MM horizontal and HV/2D subpel filters use -4 offset
for sampling instead of -3 to be better aligned in some cases. This
resulted in an out of bounds access, which led to crashes.

This patch fixes it.

(cherry picked from commit 92f592ed104ba92ad35c781ee93f354525eef503)
@fbossen fbossen merged commit 1dbb78d into memorysafety:main Jul 18, 2024
28 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