Fix off-by-one error.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 6 Oct 2012 14:53:43 +0000 (16:53 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 6 Oct 2012 14:53:43 +0000 (16:53 +0200)
commit47f33e07ff90b557cfa96999e921d35ea537ca80
tree51276fc84fc3d667e23235789a2817ff237ff56e
parent20b441a6de743b2149df59cfb94a7663e1924fa3
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.
src/sptps.c