From: Guus Sliepen Date: Thu, 11 Jun 2009 16:36:08 +0000 (+0200) Subject: Don't try to send MTU probes to unreachable nodes. X-Git-Tag: release-1.0.10~52 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=36f8e4da8b1708474505f5a1fa8cf1ba848921de;hp=36f8e4da8b1708474505f5a1fa8cf1ba848921de Don't try to send MTU probes to unreachable nodes. 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. ---