mirror of
https://github.com/esphome/esphome.git
synced 2026-07-11 09:25:34 +00:00
23fd34daf33face82a1d1655fb77c40608090474
StringRef fields decoded from protobuf point into the receive buffer and are NOT null-terminated. DumpBuffer::append(const char*) calls strlen() which reads past the buffer. Use the (const char*, size_t) overload instead. Found by AddressSanitizer in #14718.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
529 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
