Don't try to send MTU probes to unreachable nodes.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 11 Jun 2009 16:36:08 +0000 (18:36 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 11 Jun 2009 16:36:08 +0000 (18:36 +0200)
If there is an outstanding MTU probe event for a node which is not reachable
anymore, a UDP packet would be sent to that node, which caused a key request to
be sent to that node, which triggered a NULL pointer dereference. Probes and
other UDP packets to unreachable nodes are now dropped.


No differences found