Skip to content

Commit

Permalink
Fix incorrect size of devmasks array
Browse files Browse the repository at this point in the history
Change-Id: Ic037b686b54e1903e4a654c9496f6c43a14b6381
Signed-off-by: root <root@wgclpixa00388425.ir.intel.com>
  • Loading branch information
stevelinsell authored and root committed Apr 28, 2017
1 parent e42c6ba commit ffcb9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e_qat.c
Expand Up @@ -1541,7 +1541,7 @@ static int bind_qat(ENGINE *e, const char *id)
{
int ret = 0;
int upstream_flags = 0;
unsigned int devmasks[] = { 0, 0, 0 };
unsigned int devmasks[] = { 0, 0, 0, 0, 0 };

WARN("QAT Warnings enabled.\n");
DEBUG("QAT Debug enabled.\n");
Expand Down

0 comments on commit ffcb9c9

Please sign in to comment.