diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2015-11-08 14:48:35 +1100 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2015-11-08 14:50:24 +1100 |
commit | 6b06bc6237ccd63a268f82752d6b6c0265a77571 (patch) | |
tree | 2383843107fbfcd6e9e02a82a1c9f52c5d119a7b /LUFA | |
parent | 4afebc8b70672e7a860606ba6e2496314265f1d9 (diff) | |
download | lufa-6b06bc6237ccd63a268f82752d6b6c0265a77571.tar.gz lufa-6b06bc6237ccd63a268f82752d6b6c0265a77571.tar.bz2 lufa-6b06bc6237ccd63a268f82752d6b6c0265a77571.zip |
Fixed missing bounds checks and off-by-one in the DFU bootloader signature bytes (thanks to Reuti)
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index 636d469b6..cd88e5f2f 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -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> |