mirror of
https://github.com/burrowers/garble.git
synced 2026-04-22 15:47:04 +08:00
8d8ba00515
Due to unsafe not being a real dependency, type checking during control-flow obfuscation was performed incorrectly. This is fixed by excluding unsafe from the dependency checks. Fixes #903