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)
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>

No differences found