From: Guus Sliepen Date: Fri, 18 Feb 2011 22:02:11 +0000 (+0100) Subject: Fix spurious misidentification of incoming UDP packets. X-Git-Tag: release-1.0.14~10 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=cdbbbfabea173894bd2fb5f28135a04ddc5e3fd7;hp=cdbbbfabea173894bd2fb5f28135a04ddc5e3fd7;p=tinc Fix spurious misidentification of incoming UDP packets. When a UDP packet was received with an unknown source address/port, and if it failed a HMAC check against known keys, it could still incorrectly assign that UDP address to another node. This would temporarily cause outgoing UDP packets to go to the wrong destination address, until packets from the correct address were received again. ---