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

Remove broken volk_16i_max_star_16i_neon protokernel #692

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

argilo
Copy link
Member

@argilo argilo commented Nov 4, 2023

A compiler warning points out that the vst1q_s16 call on line 142 results in a stack buffer overrun because candidate is not long enough to hold the result, which is an array of shorts. I verified with ASAN that a buffer overrun does in fact occur.

Since the volk_16i_max_star_16i kernel is deprecated, we may as well just remove this broken protokernel.

Signed-off-by: Clayton Smith <argilo@gmail.com>
Copy link
Contributor

@jdemel jdemel left a comment

Choose a reason for hiding this comment

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

LGTM.

Copy link
Contributor

@jdemel jdemel left a comment

Choose a reason for hiding this comment

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

LGTM

@jdemel jdemel merged commit 735514b into gnuradio:main Dec 1, 2023
32 checks passed
@argilo argilo deleted the remove-max-star-neon branch December 2, 2023 16:47
Alesha72003 pushed a commit to Alesha72003/volk that referenced this pull request May 15, 2024
Remove broken volk_16i_max_star_16i_neon protokernel
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