commit | c4f74d35cac7cbc44877313b69550e2f5aeae77d | [log] [tgz] |
---|---|---|
author | Nickolai Zeldovich <nickolai@csail.mit.edu> | Sun Jan 06 20:27:22 2013 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jan 07 14:34:44 2013 -0500 |
tree | 54b87003d82ace8947fb143057776807bc14af4d | |
parent | 111b72a2f09e1958a6078a8b1c3feded6a3b450e [diff] |
drivers/net/wireless/mwl8k.c: avoid use-after-free Do not dereference p->station_id after kfree(cmd) because p points into the cmd data structure. Signed-off-by: Nickolai Zeldovich <nickolai@csail.mit.edu> Signed-off-by: John W. Linville <linville@tuxdriver.com>