raise temporary buffer size to the maximum possible for pace
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@694 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -356,7 +356,7 @@ Index: ccid-1.3.11/src/commands.c
|
||||
+ unsigned char RxBuffer[], unsigned int *RxLength,
|
||||
+ unsigned char bPINOperation)
|
||||
+{
|
||||
+ unsigned char cmd[CMD_BUF_SIZE];
|
||||
+ unsigned char cmd[11+0xffff];
|
||||
+ unsigned int length;
|
||||
+ _ccid_descriptor *ccid_descriptor = get_ccid_descriptor(reader_index);
|
||||
+ status_t res;
|
||||
|
||||
@@ -353,7 +353,7 @@ Index: ccid-1.4.4/src/commands.c
|
||||
+ unsigned char RxBuffer[], unsigned int *RxLength,
|
||||
+ unsigned char bPINOperation)
|
||||
+{
|
||||
+ unsigned char cmd[CMD_BUF_SIZE];
|
||||
+ unsigned char cmd[11+0xffff];
|
||||
+ unsigned int length;
|
||||
+ _ccid_descriptor *ccid_descriptor = get_ccid_descriptor(reader_index);
|
||||
+ status_t res;
|
||||
|
||||
@@ -353,7 +353,7 @@ Index: ccid-1.4.5/src/commands.c
|
||||
+ unsigned char RxBuffer[], unsigned int *RxLength,
|
||||
+ unsigned char bPINOperation)
|
||||
+{
|
||||
+ unsigned char cmd[CMD_BUF_SIZE];
|
||||
+ unsigned char cmd[11+0xffff];
|
||||
+ unsigned int length;
|
||||
+ _ccid_descriptor *ccid_descriptor = get_ccid_descriptor(reader_index);
|
||||
+ status_t res;
|
||||
|
||||
Reference in New Issue
Block a user