diff options
author | 2016-05-03 21:36:11 -0400 | |
---|---|---|
committer | 2016-05-03 22:57:14 -0700 | |
commit | d13829686bba3e06e2217f044beb8fd5a9abf792 (patch) | |
tree | 60446786b7e0d74e1c175623319c0e507ba41dfd /drivers/iio/adc | |
parent | staging: comedi: mite: tidy up module init/exit (diff) | |
download | linux-dev-d13829686bba3e06e2217f044beb8fd5a9abf792.tar.xz linux-dev-d13829686bba3e06e2217f044beb8fd5a9abf792.zip |
staging: wilc1000: fix infoleak in wilc_wfi_cfgoperations
"mac" is an array allocated in stack without being initialized,
and will be sent out via "nla_put". The dump_station() is supposed
to initialize the mac address; otherwise, sensitive data in kernel
stack will be leaked. To fix this, copy the mac address to it.
Signed-off-by: Kangjie Lu <kjlu@gatech.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/adc')
0 files changed, 0 insertions, 0 deletions