From: Felix Fietkau Date: Thu, 11 Aug 2011 01:00:33 +0000 (-0600) Subject: cfg80211: fix a crash in nl80211_send_station X-Git-Tag: v3.2-rc1~129^2~422^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=040bdf713d2bec8235f1af705e2d13da5d9baec8;p=pandora-kernel.git cfg80211: fix a crash in nl80211_send_station mac80211 leaves sinfo->assoc_req_ies uninitialized, causing a random pointer memory access in nl80211_send_station. Instead of checking if the pointer is null, use sinfo->filled, like the rest of the fields. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed