aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2016-03-28 13:41:25 +1100
committerDean Camera <dean@fourwalledcubicle.com>2016-03-28 13:41:25 +1100
commit0c9856f405ca64314fabd5e20a6b0dab4d4a776b (patch)
tree3db6161f54cdb458b3870da45d76ab7384704667 /LUFA/DoxygenPages
parentdf16148a027bc28efc3e99baf91d1c4a35e6dbb1 (diff)
downloadlufa-0c9856f405ca64314fabd5e20a6b0dab4d4a776b.tar.gz
lufa-0c9856f405ca64314fabd5e20a6b0dab4d4a776b.tar.bz2
lufa-0c9856f405ca64314fabd5e20a6b0dab4d4a776b.zip
Fixed invalid endpoint indexes causing memory corruption in device Clear/Set Feature standard requests (thanks to Peter Popovec).
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 6a84224fd..860f0b7c4 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -22,6 +22,7 @@
* - Fixed void pointer arithmetic in the low level and class driver RNDIS demo protocol decoders
* - Fixed low level RNDIS demo incorrectly setting the RNDIS state when a null packet filter was requested
* - Fixed missing entries in several project's Atmel Studio integration files, such as driver INF files
+ * - Fixed invalid endpoint indexes causing memory corruption in device Clear/Set Feature standard requests (thanks to Peter Popovec)
*
* <b>Changed:</b>
* - Added signed alternative libUSB driver for the AVRISP-MKII clone project, to support Atmel Studio 7 (thanks to Atmel)