projects
/
proxmark3-svn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
63e420b
)
Reverted erroneous commit from bigbuf-rework
author
Martin Holst Swende
<martin@swende.se>
Thu, 29 Jan 2015 18:58:46 +0000
(19:58 +0100)
committer
Martin Holst Swende
<martin@swende.se>
Thu, 29 Jan 2015 18:58:46 +0000
(19:58 +0100)
armsrc/iclass.c
patch
|
blob
|
blame
|
history
diff --git
a/armsrc/iclass.c
b/armsrc/iclass.c
index 4436602cf7e0bc9f068815b36dfaa7b0d79a0504..1a3751182f6e9553bb944ba405fe081861e4d3c8 100644
(file)
--- a/
armsrc/iclass.c
+++ b/
armsrc/iclass.c
@@
-1085,8
+1085,8
@@
int doIClassSimulation(uint8_t csn[], int breakAfterMacReceived, uint8_t *reader
int resp3Len;
// e-Purse
- // 1
44: Takes 16 bytes for SOF/EOF and 8 * 16 = 128
bytes (2 bytes/bit)
- uint8_t *resp4 = BigBuf_malloc(
15
0);
+ // 1
8: Takes 2 bytes for SOF/EOF and 8 * 2 = 16
bytes (2 bytes/bit)
+ uint8_t *resp4 = BigBuf_malloc(
2
0);
int resp4Len;
uint8_t *receivedCmd = BigBuf_malloc(MAX_FRAME_SIZE);
Impressum
,
Datenschutz