Skip to content
Snippets Groups Projects
  • jkito's avatar
    00d4e0a7
    fix crash during start when helper not installed · 00d4e0a7
    jkito authored and jkito's avatar jkito committed
    during initialization setting ctx.bitmask as soon as vpn.Init()
    returns and by not returning error from launcher.FirewallStop
    this works around the issue where the app crashes because of calling
    methods of the Bitmask object which was nil
    
    the launcher.FirewallStop method returned an error when the helper
    was not installed
    00d4e0a7
    History
    fix crash during start when helper not installed
    jkito authored and jkito's avatar jkito committed
    during initialization setting ctx.bitmask as soon as vpn.Init()
    returns and by not returning error from launcher.FirewallStop
    this works around the issue where the app crashes because of calling
    methods of the Bitmask object which was nil
    
    the launcher.FirewallStop method returned an error when the helper
    was not installed