mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 00:07:32 +00:00
fa2b14ef412fceba6a62d6d11181490605e55453
- Add early return when size_==0 to avoid nullptr+0 pointer arithmetic (UB per C++ standard, even though all ESPHome targets treat it as no-op) - Fix debug assert: size < UINT16_MAX allows capacity up to 65535
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
592 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
