Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
e5eca6ee
Commit
e5eca6ee
authored
Sep 14, 2017
by
Mukund Sivaraman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix output string size in GOST unittest
parent
93f73849
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/dns/tests/gost_test.c
lib/dns/tests/gost_test.c
+1
-1
No files found.
lib/dns/tests/gost_test.c
View file @
e5eca6ee
...
...
@@ -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
;
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment