Skip to content

Fix key value in ThreadedRodeo deserialization - #44

Open
ytanay wants to merge 1 commit into
Kixiron:masterfrom
ytanay:master
Open

Fix key value in ThreadedRodeo deserialization#44
ytanay wants to merge 1 commit into
Kixiron:masterfrom
ytanay:master

Conversation

@ytanay

@ytanay ytanay commented Sep 16, 2023

Copy link
Copy Markdown

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
Comment thread src/threaded_rodeo.rs
Comment thread src/threaded_rodeo.rs
@ahayworth

Copy link
Copy Markdown

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!)

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