mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
388f4fd7ef
If number of scanned networks is zero, while getting the list, since we try to allocate zero bytes, we get a NULL pointer in response. This is considered as an error and the provisioning worflow breaks there. Adding a check before allocation resolves the issue. |
||
---|---|---|
.. | ||
include/wifi_provisioning | ||
proto | ||
proto-c | ||
python | ||
src | ||
CMakeLists.txt | ||
component.mk | ||
Kconfig |