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

bug: Fix out of bounds access for haswell simd op #340

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

silvergasp
Copy link
Contributor

NUM_CHUNKS can only be 2, but we are accessing
indexes outside of this range i.e. 2,3.

@silvergasp silvergasp marked this pull request as draft October 23, 2023 18:24
NUM_CHUNKS can only be 2, but we are accessing
indexes outside of this range i.e. 2,3.
@silvergasp silvergasp marked this pull request as ready for review October 23, 2023 18:30
@lemire
Copy link
Member

lemire commented Oct 23, 2023

Great work. Merging. I will issue a patch release.

@lemire lemire merged commit e688df7 into simdutf:master Oct 23, 2023
41 of 42 checks passed
@silvergasp silvergasp deleted the fix_haswell_out_of_bounds branch October 23, 2023 20:56
vihangm pushed a commit to pixie-io/pixie that referenced this pull request Nov 9, 2023
Summary: The latest version of simdutf has various security and
performance improvements.

Relevant Issues: Fixes the following vulnerabilities.
simdutf/simdutf#340

Type of change: /kind cleanup

Test Plan: N/A

Signed-off-by: Nathaniel Brough <nathaniel.brough@gmail.com>
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.

None yet

2 participants