vpnkit
vpnkit copied to clipboard
Ensure uname subprocess is cleaned up
Adds a fix to the uname command / subprocess spawned which was not cleaned up / reaped appropriately on Darwin.
The result was a zombie process / resource leak that lingered in the process table.
Fixes #592
Looks like CircleCI is using Xcode 12.0.0 which is no longer supported https://circleci.com/docs/xcode-policy#xcode-image-retention-and-deprecation https://circleci.com/docs/using-macos#supported-xcode-versions
I've taken the liberty of force-pushing a rebase after the recent CI improvements.
OK, CI is a bit greener :)