From: Mohammed Shafi Shajakhan Date: Mon, 5 Aug 2013 04:49:22 +0000 (+0530) Subject: ath6kl: Fix invalid pointer access on fuzz testing with AP mode X-Git-Tag: v3.12-rc1~132^2~84^2^2~109^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d0e2f0772d394060bf3b17cd1f3a35574365103;p=pandora-kernel.git ath6kl: Fix invalid pointer access on fuzz testing with AP mode In our Fuz testing, reference client corrupts the dest mac to "00:00:00:00:00:00" in the WPA2 handshake no 2. During driver init the sta_list entries mac addresses are by default "00:00:00:00:00:00". Driver returns an invalid pointer (conn) and the drver shall crash, if rxtids (aggr_conn) skb queues are accessed, since they would not be initialized. Signed-off-by: Mohammed Shafi Shajakhan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed