-
Notifications
You must be signed in to change notification settings - Fork 5
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
Exception While Parsing Little Snitch Entry #1
Comments
hm... it appears to be trying to convert a NULL into a string somewhere in the |
|
Looks like i missing null check on the |
That's super weird 🤔 your output shows:
so it's not NULL, but at the same time, it's null. |
If i check a fresh install of Little Snitch, I see the following:
|
I just made a push that'll at least do that additional check and not segfault. I need to figure out what's causing the internal NSDictionary parsing to believe that value is a string, but then also determine it's a null string based on all the leading null bytes. |
The entry doesn't appear to be odd in any way that I can tell from the GUI, but LockSmtih crashes while parsing it.
The text was updated successfully, but these errors were encountered: