projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix memory bounds error
[proxmark3-svn]
/
client
/
emv
/
apduinfo.h
diff --git
a/client/emv/apduinfo.h
b/client/emv/apduinfo.h
index e388ae68c2e6cde4bca45e090d36ec1b22b21c5d..a3fa2049b96736f80c86875414641f660f08e06b 100644
(file)
--- a/
client/emv/apduinfo.h
+++ b/
client/emv/apduinfo.h
@@
-28,7
+28,7
@@
typedef struct {
const char *Description;
} APDUCode;
const char *Description;
} APDUCode;
-extern
APDUCode*
GetAPDUCode(uint8_t sw1, uint8_t sw2);
+extern
const APDUCode* const
GetAPDUCode(uint8_t sw1, uint8_t sw2);
extern const char* GetAPDUCodeDescription(uint8_t sw1, uint8_t sw2);
#endif
extern const char* GetAPDUCodeDescription(uint8_t sw1, uint8_t sw2);
#endif
Impressum
,
Datenschutz