From: Douglas E E. <dee...@gm...> - 2016-02-21 19:54:31
|
The patch I sent you has a bug: memmove(out, out -(outlen - apdu.resplen), apdu.resplen); /* overlaping */ should be: memmove(out, out + (outlen - apdu.resplen), apdu.resplen); /* overlaping */ I have not tried the patch. On 2/21/2016 7:53 AM, Douglas E Engert wrote: > Try the attache patch. It is against http:/github.com/OpenSC/OpenSC > -- Douglas E. Engert <DEE...@gm...> |