mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-20 08:20:26 -05:00
Fix output string size in GOST unittest
This commit is contained in:
parent
93f7384928
commit
e5eca6eebb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue