Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing a potential array bounds violation in ESPDMX
DMXESPSerial::write and DMXESPSerial::read could access DMXDataStore[512] - one more than the allocated number of elements (i.e. 0...511].
- Loading branch information