You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix use-after-free in mac_helper_coordinator_address_set()
Currently, the scope of the variable "short_addr" ends with the end of
the "if" body. However, "short_addr" is passed to mlme_req() a bit
though the variable "set_req".
Signed-off-by: Jérôme Pouiller <[email protected]>
0 commit comments