From: Guus Sliepen Date: Thu, 23 Jun 2016 13:26:58 +0000 (+0200) Subject: Force nul-termination of strings after vsnprintf(). X-Git-Tag: release-1.1pre15~64 X-Git-Url: https://www.tinc-vpn.org/git/browse?a=commitdiff_plain;h=e16ab7b89948c24a2c47652e8eb1a817a4b1424c;hp=e16ab7b89948c24a2c47652e8eb1a817a4b1424c;p=tinc Force nul-termination of strings after vsnprintf(). Apparently, on Windows this function might not always be properly terminated. ---