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

Check for UTF8 validity in serix binary and map serialization #610

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

muXxer
Copy link
Collaborator

@muXxer muXxer commented Nov 10, 2023

There was a difference in map serialization and binary serialization in serix.
In the map serialization the UTF8 validity of strings was checked for a string field, but in binary serialization it was not.

This PR fixes that.

@muXxer muXxer merged commit f90b276 into develop Nov 10, 2023
52 checks passed
@muXxer muXxer deleted the fix/serix-strings branch November 10, 2023 12:01
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.

2 participants