code: drawterm

Download patch

ref: aa8d3d79058ebcc5437e6d2f3d32d703cdac5c61
parent: 2ad858a3ea07af04c3a897148238954fae923e80
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Feb 28 03:10:45 EST 2016

libsec: have 16 32-bit words in DigestState to avoid out of bounds warnings for poly1305

--- a/include/libsec.h
+++ b/include/libsec.h
@@ -211,7 +211,7 @@
 {
 	uvlong	len;
 	union {
-		u32int	state[8];
+		u32int	state[16];
 		u64int	bstate[8];
 	};
 	uchar	buf[256];