mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-22 08:57:22 +00:00
nimble/sm: Fix obvious array size mismatch
X-Original-Commit: 838b53a5c4712269edf3b747992fb8befa38412a
This commit is contained in:
@@ -498,7 +498,7 @@ ble_sm_persist_keys(struct ble_sm_proc *proc)
|
||||
{
|
||||
struct ble_store_value_sec value_sec;
|
||||
struct ble_hs_conn *conn;
|
||||
uint8_t peer_addr[8];
|
||||
uint8_t peer_addr[6];
|
||||
uint8_t peer_addr_type;
|
||||
int authenticated;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user