Fix [bug#79] Out of bounds jump in h_apdu.c:apdu_handler (#446)

* Fix [bug#79] Out of bounds jump in h_apdu.c:apdu_handler
---------
Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2023-07-10 15:15:55 -05:00
committed by GitHub
parent 1cfe6ee80f
commit 13c85db4cb
2 changed files with 25 additions and 5 deletions
+6
View File
@@ -14,6 +14,12 @@ The git repositories are hosted at the following sites:
## [Unreleased]
### Security
- Fix [bug#79] out of bounds jump in h_apdu.c:apdu_handler (#446)
### Fixed
- Fix segfault on mstp cleanup on linux port (#445)
- Fix minimal config by adding bitstring (#443)
- Fix WhoIs app APDU timeout (#444)