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 key value in ThreadedRodeo deserialization #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ytanay
Copy link

@ytanay ytanay commented Sep 16, 2023

The key is set to be the highest key seen during deserialization, causing the insertion immediately following the deserialization to create a collision in the string map

The key is set to be the highest key seen, causing the insertion
immediately following the deserialization to create a collision in the
string map
src/threaded_rodeo.rs Show resolved Hide resolved
src/threaded_rodeo.rs Show resolved Hide resolved
@ahayworth
Copy link

I ran into this today when adding serialization to an application using this crate. Glad to see there's a fix already! (And, thank you!)

silvanshade added a commit to silvanshade/lasso2 that referenced this pull request May 22, 2024
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.

3 participants