]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mwifiex: restore handling of NULL parameters
authorDan Carpenter <error27@gmail.com>
Fri, 24 Jun 2011 13:33:35 +0000 (16:33 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Jun 2011 19:09:42 +0000 (15:09 -0400)
commita5e5aa6cee4cdb967a1f1c33a31165062783ccea
treec3e36575ff7495c5a70a567d7d4272acafc466ec
parentf6b4e4d476b890e1ddebbed8ec4924f9c2750a31
mwifiex: restore handling of NULL parameters

Prior to a5ffddb70c5cab "mwifiex: remove casts of void pointers" the
code assumed that the data_buf parameter could be a NULL pointer.
The patch preserved some NULL checks but not consistently, so there
was a potential for NULL dereferences and it changed the behavior.
This patch restores the original behavior.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/sta_cmd.c
drivers/net/wireless/mwifiex/sta_cmdresp.c