1
0

Fixed missing bounds checks and off-by-one in the DFU bootloader signature bytes (thanks to Reuti)

This commit is contained in:
Dean Camera
2015-11-08 14:48:35 +11:00
parent 4afebc8b70
commit 6b06bc6237
2 changed files with 32 additions and 6 deletions

View File

@@ -32,6 +32,7 @@
* - Fixed incorrect signature reported in the CDC/DFU bootloaders for the AT90USB82 (thanks to NicoHood)
* - Fixed broken RNDIS demos on Linux machines whose DHCP hosts require a Lease Time option (thanks to Stefan Hellermann)
* - Fixed broken LEDs_Disable() implementation for the Arduino Uno board (thanks to NicoHood)
* - Fixed missing bounds checks and off-by-one in the DFU bootloader signature bytes (thanks to Reuti)
*
* \section Sec_ChangeLog140928 Version 140928
* <b>New:</b>