Changeset 1172 for trunk


Ignore:
Timestamp:
11/04/09 15:45:29 (3 years ago)
Author:
aj
Message:

Enable cards without TDx entries to work - e.g. RSA SecureID 800.
Patch by Andrey Jivsov

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ifd/atr.c

    r1028 r1172  
    2424        } 
    2525 
    26         if (len <= 2 + (atr[1] & 0x0f)) 
     26        if (len < 2 + (atr[1] & 0x0f)) 
    2727                return IFD_ERROR_INVALID_ATR; 
    2828 
Note: See TracChangeset for help on using the changeset viewer.