From: Guus Sliepen Date: Sat, 6 Oct 2012 14:53:43 +0000 (+0200) Subject: Fix off-by-one error. X-Git-Tag: release-1.1pre3~30 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;h=47f33e07ff90b557cfa96999e921d35ea537ca80;hp=47f33e07ff90b557cfa96999e921d35ea537ca80;p=tinc Fix off-by-one error. Apart from writing 1 byte beyond an array allocated on the stack, this slipped an unitialized byte in the seed used for key generation. ---