Open
Description
ArduinoCore-sam/libraries/HID/src/HID.cpp
Line 88 in 790ff2c
The length argument is unchecked and will cause a stack overflow if >63.
Allthough most HID messages are less than 63 bytes long, yet it is possible for HID reports to exceed this limit and occupy multiple USB interrupt frames. Sending such reports would crash the sketch.
Metadata
Metadata
Assignees
Labels
No labels