SnitchDNS
SnitchDNS copied to clipboard
Fix failing on zombie processes
At some point psutil merged https://github.com/giampaolo/psutil/pull/2288 and now proc.cmdline() will fail if there are zombies in process list. This PR fixes that.