mirror of https://github.com/tailscale/tailscale/
util/linuxfw: fix crash in DelSNATRule when no rules are found
Appears to be a missing nil handling case. I looked back over other usage of findRule and the others all have nil guards. findRule returns nil when no rules are found matching the arguments. Fixes #9553 Signed-off-by: James Tucker <james@tailscale.com>pull/9560/head
parent
697f92f4a7
commit
2066f9fbb2
Loading…
Reference in New Issue