evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
9.86k stars 486 forks source link

Uninitialized firewall and logger causing SIGSEGV on master branch (c3bbb92) #1131

Closed 1fishe2fishe closed 1 month ago

1fishe2fishe commented 1 month ago

Describe the bug I was getting SIGSEGV while running opensnitchd built from the master branch. I've submitted a PR (#1130) to fix it and described the issue in detail, so this serves as a placeholder issue for the PR. Please close this after the PR is merged.

UffeJakobsen commented 1 month ago

I see the same issue

gustavo-iniguez-goya commented 1 month ago

working on it, will be fixed asap.

1fishe2fishe commented 1 month ago

https://github.com/evilsocket/opensnitch/issues/1130#issuecomment-2109638326 fixes the issue more efficiently than my PR, I guess the issue can be considered resolved when it's pushed.