Skip to content

Commit

Permalink
Merge branch 'bugfix/wpa3_init_crash_v5.2' into 'release/v5.2'
Browse files Browse the repository at this point in the history
fix(wpa_supplicant): Fix wpa3 AP crash because of dangling pointer (v5.2)

See merge request espressif/esp-idf!31541
  • Loading branch information
jack0c committed Jun 26, 2024
2 parents 8623274 + 298bca0 commit dc6b400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/wpa_supplicant/esp_supplicant/src/esp_wpa3.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ int wpa3_hostap_auth_init(void *data)
&g_wpa3_hostap_task_hdl) != pdPASS) {
wpa_printf(MSG_ERROR, "wpa3_hostap_auth_init: failed to create task");
os_queue_delete(g_wpa3_hostap_evt_queue);
g_wpa3_hostap_evt_queue = NULL;
return ESP_FAIL;
}

Expand Down

0 comments on commit dc6b400

Please # to comment.