sizeof(int[7]) is 28. I think bCommands_pin should have 7 elements, too.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2717 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-12-05 21:41:14 +00:00
parent e0d645b95b
commit 2f8b813d51
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ static int setcos_create_file_44(sc_card_t *card, sc_file_t *file)
SETEC_LCSI_CREATE : SETEC_LCSI_ACTIVATED;
u8 bCommands_always = 0;
int pins[] = {-1, -1, -1, -1, -1, -1, -1};
u8 bCommands_pin[sizeof(pins)];
u8 bCommands_pin[7]; /* both 7 entries big */
u8 bCommands_key = 0;
u8 bNumber = 0;
u8 bPinNumber = 0;