From: Guus Sliepen Date: Tue, 9 Oct 2012 19:02:49 +0000 (+0200) Subject: Clear Ethernet header when reading packets from a tun device. X-Git-Tag: release-1.0.20~18 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=8793fb7d43161f4d5358ff73b7a4937ad7e642e2;hp=8793fb7d43161f4d5358ff73b7a4937ad7e642e2 Clear Ethernet header when reading packets from a tun device. This fixes a warning from valgrind about uninitialized bytes, which were being sent to other nodes. ---