-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Branching never executes one branch (IDFGH-14306) #15097
Comments
|
https://w1.fi/wpa_supplicant/devel/wpa__i_8h_source.html contain the implementation of wpa_sm_get_bssid function:
is this what should be in place of the existing code? |
memcpy() function returns a pointer to dest.
wpa_sm_get_bssid() always returns 0. |
22897aa left dangerous code that now runs a non-existent (
|
@safocl |
ok |
Answers checklist.
General issue report
In code
esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c
Line 245 in b5ac4fb
the true branch will never start -- wpa_sm_get_bssid function always return 0:
esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c
Line 206 in b5ac4fb
upd list of similar code:
esp-idf/components/wpa_supplicant/src/rsn_supp/wpa.c
Line 298 in b5ac4fb
The text was updated successfully, but these errors were encountered: