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

Small program fixes #56

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Small program fixes #56

wants to merge 3 commits into from

Conversation

SnikoLoft
Copy link

My first pull request, I hope it is OK.

First fix for input tcp or udp port ranges.
Second fix for comparing port ranges.
Third fix for closing a zombie instance of privatewin10.exe

There was a bug when you try to use port number ranges like "80,1000-1050".
The user input is checked for the right-syntax, but saving the rule to the firewall is not correct.
When the rule is loaded again, the given range ist lost, like "80,0" or a complete empty field.
Index error in port range compare.
There was the new instance still running as a zombie.
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