Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers/wifi/esp_at: Fix system crash caused by null pointer #81806

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hongquan-prog
Copy link
Contributor

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

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 zephyrproject-rtos#81804

Signed-off-by: Hongquan Li <[email protected]>
@zephyrbot zephyrbot added area: Wi-Fi Wi-Fi size: XS A PR changing only a single line of code labels Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Wi-Fi Wi-Fi size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

drivers/wifi/espat: Invalid parameter checks lead to system crashes
6 participants