Fixed potential NULL pointer dereference in the HID Host mode Class Driver (thanks to Pavel Kuzmin).
This commit is contained in:
parent
95fd3bf0fe
commit
fa2a8fca69
2 changed files with 13 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue