-
Notifications
You must be signed in to change notification settings - Fork 911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hf 14a apdu -- #468
Comments
This char buffer is too small.. |
Indeed. Did coverty find this? |
nop. That would be me. Wanting to test APDU and managed to trigger it when on a linux box which has gdb :) |
strange. there are two uint8: (uint8_t sw1, uint8_t sw2) |
and you have spaces inside? and a \0 string terminator`? |
maybe space for string terminator. yes, thanks |
@merlokk
hf 14a apdu -s 0200A4040007A0000000031010
--> GetAPDUCode (sw1=104 'h', sw2=129 '\201') at emv/apduinfo.c:287 <--
The text was updated successfully, but these errors were encountered: