Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/wifi/esp_at: Fix system crash caused by null pointer
The code for checking the null pointer is incorrect, with ESP_AT_CIPDINFO_USE turned on, after a soft reboot of the host and before a reboot of ESP32, the host may receive an incorrect IPD message causing a system crash. Fixes #81804 Signed-off-by: Hongquan Li <[email protected]>
- Loading branch information