2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Fix output string size in GOST unittest

This commit is contained in:
Mukund Sivaraman 2017-09-14 01:34:48 +05:30
parent 93f7384928
commit e5eca6eebb

View File

@ -48,7 +48,7 @@
unsigned char digest[ISC_GOST_DIGESTLENGTH];
unsigned char buffer[1024];
const char *s;
char str[2 * ISC_GOST_DIGESTLENGTH + 1];
char str[2 * ISC_GOST_DIGESTLENGTH + 3];
int i = 0;
/*