Force nul-termination of strings after vsnprintf().
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 23 Jun 2016 13:32:47 +0000 (15:32 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 23 Jun 2016 13:32:47 +0000 (15:32 +0200)
commitd49a336658d772821bee2dbe97df3d4f748c8c4c
tree36154eff7215f21e61f511590f873b0c34527601
parent546c7375e8c7bf8bbbf2637178d87501d509577c
Force nul-termination of strings after vsnprintf().

Apparently, on Windows this function might not always be properly
terminated.
src/dropin.c
src/logger.c
src/protocol.c
src/xmalloc.c