mac80211: fix a buffer overrun in station debug code
authorJianjun Kong <jianjun@zeuux.org>
Tue, 11 Nov 2008 05:37:39 +0000 (21:37 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Nov 2008 05:37:39 +0000 (21:37 -0800)
commit013cd397532e5803a1625954a884d021653da720
tree36ff53456e2acc9e179a8427a50ca3f33420b47b
parentb7b45f47d6f8c83a0f958d7e2924468b6942dd9e
mac80211: fix a buffer overrun in station debug code

net/mac80211/debugfs_sta.c
The trailing zero was written to state[4], it's out of bounds.

Signed-off-by: Jianjun Kong <jianjun@zeuux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac80211/debugfs_sta.c