if anyone else is more familiar with go (I only really do rust) is there no solution to preventing stack smashing on goroutines? https://github.com/mullvad/mullvadvpn-app/pull/7728
I understand that go routines have a smaller stack size (the whole green thread problem) but there's no way to fix this?