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

Fixed Exploit empty device spec packet #816

Closed
wants to merge 1 commit into from

Conversation

HypeStratex
Copy link

Fixing Exploit of sending empty "device" spec packets, was making servers crash with -11 error code.

Fixing Exploit of sending empty "device" spec packets, was making servers crash with -11 error code.
@efroemling
Copy link
Owner

Thanks for this!
I'm applying this fix but in a slightly more general way - instead of specifically checking for and ignoring empty objects I'm simply ignoring everything that is not a string; otherwise I think they could trigger the same crash by sending an int or various other things.

@efroemling efroemling closed this Mar 10, 2025
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