Skip to content

Commit

Permalink
MFC r342211:
Browse files Browse the repository at this point in the history
net80211: fix out-of-bounds read in ieee80211_amrr(9)
  • Loading branch information
avos authored and avos committed Dec 25, 2018
1 parent bd64bae commit d8b9265
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sys/net80211/ieee80211_node.c
Original file line number Diff line number Diff line change
Expand Up @@ -1417,8 +1417,6 @@ ieee80211_alloc_node(struct ieee80211_node_table *nt,
IEEE80211_NOTE(vap, IEEE80211_MSG_INACT, ni,
"%s: inact_reload %u", __func__, ni->ni_inact_reload);

ieee80211_ratectl_node_init(ni);

return ni;
}

Expand Down

0 comments on commit d8b9265

Please sign in to comment.