]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Also drop incoming dco packet content when dropping the packet
authorArne Schwabe <arne@rfc2549.org>
Sat, 24 Dec 2022 19:42:49 +0000 (20:42 +0100)
committerGert Doering <gert@greenie.muc.de>
Sun, 25 Dec 2022 15:36:53 +0000 (16:36 +0100)
commit7433618cb4bea017ae7c360da42093f49cf014b4
treec077fe4bd1d2706ca0a237456270c76fcb1dffa7
parentb2ca179ce2678115c3a61fd3f843c64c1d059fbc
Also drop incoming dco packet content when dropping the packet

If we get a message from a mismatched packet we need to clear
the incoming message buffer to ensure we can receive another
packet.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20221224194253.3202231-6-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25797.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/forward.c
src/openvpn/multi.c