iwlwifi: mei: fix potential NULL-ptr deref
authorJohannes Berg <johannes.berg@intel.com>
Tue, 17 May 2022 09:05:14 +0000 (12:05 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 18 May 2022 10:58:59 +0000 (12:58 +0200)
commit78488a64aea94a3336ee97f345c1496e9bc5ebdf
tree58eeec6299f8775c8f8cc656415aa7f1a26c0362
parent55cf10488d7a9fa1b1b473a5e44a80666932e094
iwlwifi: mei: fix potential NULL-ptr deref

If SKB allocation fails, continue rather than using the NULL
pointer.

Coverity CID: 1497650

Cc: stable@vger.kernel.org
Fixes: 2da4366f9e2c ("iwlwifi: mei: add the driver to allow cooperation with CSME")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20220517120045.90c1b1fd534e.Ibb42463e74d0ec7d36ec81df22e171ae1f6268b0@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mei/main.c