X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsolaris%2Fdevice.c;h=c8c5cbf8a62b9206d29b7ad3aaa37d05e152d00d;hb=cc3c69c892b0dad9a6ece0a0f4ccd429a22fcbff;hp=6584b7f18186cec88b5dbbefb8078b03991e59ab;hpb=8ac096b5bf9da1b3961a3ac4a03d083629222a63;p=tinc diff --git a/src/solaris/device.c b/src/solaris/device.c index 6584b7f1..c8c5cbf8 100644 --- a/src/solaris/device.c +++ b/src/solaris/device.c @@ -1,7 +1,7 @@ /* device.c -- Interaction with Solaris tun device Copyright (C) 2001-2005 Ivo Timmermans, - 2001-2012 Guus Sliepen + 2001-2013 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,6 +28,7 @@ #include "conf.h" #include "device.h" #include "logger.h" +#include "names.h" #include "net.h" #include "utils.h" #include "xalloc.h" @@ -151,6 +152,7 @@ static bool read_packet(vpn_packet_t *packet) { return false; } + memset(packet->data, 0, 12); packet->len = inlen + 14; device_total_in += packet->len;