passepartoutvpn / tunnelkit

VPN client library for Apple platforms.
GNU General Public License v3.0
9 stars 8 forks source link

Dangling pointers in crypto tests #349

Closed keeshux closed 11 months ago

keeshux commented 11 months ago

A ridiculous slip-up in #348 has made the outcome of those tests unpredictable, and that's because CryptoFlags is referencing local variables. Fix that sh*t.