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 blackhole connection issue #318

Merged
merged 2 commits into from
Dec 27, 2020
Merged

Conversation

phibos
Copy link
Member

@phibos phibos commented Dec 27, 2020

ISSUE TYPE
  • Bugfix
SUMMARY

Fix crash of the blackhole service on systems with Python 3.7+. Also introduce a check to prevent this kind of crashes in the future and to make debugging easier.

Fixes #314

All arguments of the __init__ function of a connection subclass must
have a default value.
On systems with Python 3.7+ the blackhole service cashes if an attacker
connects to it.
This fixes: #314
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blackhole service crash
1 participant