aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-02-27 19:57:28 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-02-27 19:57:28 +0000
commitfa2a8fca69513d59b008159361ed741a753b6304 (patch)
tree3b3200204c8313b58f1f5371a57e97422ae13498 /LUFA/DoxygenPages
parent95fd3bf0fe44a76047f1598d993e523db9b1139f (diff)
downloadlufa-fa2a8fca69513d59b008159361ed741a753b6304.tar.gz
lufa-fa2a8fca69513d59b008159361ed741a753b6304.tar.bz2
lufa-fa2a8fca69513d59b008159361ed741a753b6304.zip
Fixed potential NULL pointer dereference in the HID Host mode Class Driver (thanks to Pavel Kuzmin).
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 59d639dd2..caeb334c0 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -46,6 +46,7 @@
* - Fixed incorrect ordering of the linker options in the build system causing link failures in some cases
* - Fixed bug in the TWI peripheral driver for the AVR8 devices causing incorrect failure codes to be returned in some cases (thanks to Peter K)
* - Fixed swapped LED3 and LED4 masks for the Olimex-32U4 development board LED driver
+ * - Fixed potential NULL pointer dereference in the HID Host mode Class Driver (thanks to Pavel Kuzmin)
* - Library Applications:
* - Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the AVRISP-MKII project
* - Fixed incompatibility in the CDC class bootloader on some systems (thanks to Sylvain Munaut)