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

Use full key width when computing array index #2780

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

Alan-Jowett
Copy link
Member

@Alan-Jowett Alan-Jowett commented Aug 22, 2023

Description

The function _update_array_map_entry incorrectly uses only the first 8bits of the key to find the location in the map array.

Testing

Added test to catch this.

Documentation

No.

Installation

No.

Resolves: #2779

@dv-msft dv-msft added this pull request to the merge queue Aug 22, 2023
Merged via the queue into microsoft:main with commit 9fd8504 Aug 22, 2023
64 checks passed
@Alan-Jowett Alan-Jowett deleted the issue2779 branch August 22, 2023 04:06
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.

_update_array_map_entry doesn't work if the key is > 255
3 participants