> This is a semi-automatic email about new static checker warnings. > > The patch 2475b1cc0d52: "mac80211: add generic cipher scheme support" > from Mar 24, 2013, leads to the following Smatch complaint: > > net/mac80211/rx.c:1551 ieee80211_rx_h_decrypt() > error: we previously assumed 'rx->sta' could be null (see line 1401) > ... > 1551 result = ieee80211_crypto_hw_decrypt(rx); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ But if it's NULL here then we will Oops. Thank you Dan. I'll add verification of rx->sta == NULL to ieee80211_crypto_hw_decrypt(). Max -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html