mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
unit: fix buffer overrun in SAE test
This commit is contained in:
parent
26246e75c8
commit
41d35e561a
@ -266,7 +266,7 @@ static void test_early_confirm(const void *arg)
|
||||
struct sae_sm *sm = test_initialize(td);
|
||||
|
||||
uint8_t frame[38];
|
||||
uint8_t first_commit[100];
|
||||
uint8_t first_commit[102];
|
||||
|
||||
/* save the initial commit */
|
||||
memcpy(first_commit, td->tx_packet, td->tx_packet_len);
|
||||
|
Loading…
Reference in New Issue
Block a user