mirror of
https://github.com/esphome/esphome.git
synced 2026-03-01 18:34:21 -07:00
7ad44c68f7761c400512b42e1a447474deae820b
The cyw43_ev_scan_result_t ssid field is a 32-byte buffer that is not guaranteed to be null-terminated. Use ssid_len to properly terminate the string before passing it to string comparison functions. This fixes false "should be marked hidden" warnings where the SSID match failed due to garbage bytes after the actual SSID in the buffer.
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
528 MiB
Languages
C++
64.1%
Python
35.5%
C
0.3%
