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

Bugfix: ignore too-short messages #41

Merged
merged 3 commits into from
Nov 6, 2024
Merged

Conversation

HDegroote
Copy link
Contributor

Previous behaviour was to throw an error (sodium throws when its parameters have an incorrect length).

Alternative solution: try-catch the sodium.crypto_secretbox_open_easy call, but that seems overly general

@mafintosh mafintosh merged commit cfb7415 into main Nov 6, 2024
4 checks passed
@mafintosh mafintosh deleted the bugfix-onmessage-crash branch November 6, 2024 10:52
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