res_APDU SHALL NOT BE moved, only memcpied or memmoved.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -461,7 +461,8 @@ static int cmd_read_binary()
|
|||||||
if (apdu.ne > maxle)
|
if (apdu.ne > maxle)
|
||||||
apdu.ne = maxle;
|
apdu.ne = maxle;
|
||||||
if (offset) {
|
if (offset) {
|
||||||
res_APDU += offset;
|
memmove(res_APDU, res_APDU+offset, res_APDU_size-offset);
|
||||||
|
//res_APDU += offset;
|
||||||
res_APDU_size -= offset;
|
res_APDU_size -= offset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user