mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 23:09:34 +01:00
owe: fix potential uninitialized variable
This commit is contained in:
parent
8bbfa4db49
commit
ba7f7febd1
@ -246,7 +246,7 @@ static int owe_rx_associate(struct auth_proto *ap, const uint8_t *frame,
|
|||||||
size_t owe_dh_len = 0;
|
size_t owe_dh_len = 0;
|
||||||
const uint8_t *owe_dh = NULL;
|
const uint8_t *owe_dh = NULL;
|
||||||
struct ie_rsn_info info;
|
struct ie_rsn_info info;
|
||||||
bool akm_found;
|
bool akm_found = false;
|
||||||
const void *data;
|
const void *data;
|
||||||
|
|
||||||
mpdu = mpdu_validate(frame, len);
|
mpdu = mpdu_validate(frame, len);
|
||||||
|
Loading…
Reference in New Issue
Block a user