提交 f7f8d82a 编写于 作者: R Richard Levitte

PR: 630

Avoid looking outside the key_data array.
上级 4f17dfcd
...@@ -431,7 +431,7 @@ int main(int argc, char *argv[]) ...@@ -431,7 +431,7 @@ int main(int argc, char *argv[])
#ifndef LIBDES_LIT #ifndef LIBDES_LIT
printf("Doing ede ecb\n"); printf("Doing ede ecb\n");
for (i=0; i<(NUM_TESTS-1); i++) for (i=0; i<(NUM_TESTS-2); i++)
{ {
DES_set_key_unchecked(&key_data[i],&ks); DES_set_key_unchecked(&key_data[i],&ks);
DES_set_key_unchecked(&key_data[i+1],&ks2); DES_set_key_unchecked(&key_data[i+1],&ks2);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册