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

Fix hash-table iteration scheme in deserialization #42008

Closed
wants to merge 1 commit into from

Conversation

timholy
Copy link
Member

@timholy timholy commented Aug 25, 2021

The hash-table iteration scheme used in #41961 is flawed because
the same key (pointer) can appear in (at least) successive
key-slots. For safety, it's best to get the "official" value
assigned to this key before making decisions about validation.

The hash-table iteration scheme used in #41961 is flawed because
the same key (pointer) can appear in (at least) successive
key-slots. For safety, it's best to get the "official" value
assigned to this key before making decisions about validation.
@vtjnash vtjnash mentioned this pull request Aug 25, 2021
@timholy timholy closed this Aug 25, 2021
@timholy timholy deleted the teh/fix_dblhash branch August 25, 2021 22:21
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.

1 participant