commit | 94a8d87c47642bc0b99f1c9204b111b5826f1838 | [log] [tgz] |
---|---|---|
author | Luca Coelho <luciano.coelho@intel.com> | Mon Nov 05 11:07:58 2018 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Tue Jan 29 16:10:30 2019 +0200 |
tree | 4571156a5de04460c5da66ee228b8898cd058f98 | |
parent | e78da25e19c2dd31018c358d0717e4f6cfe317c8 [diff] |
iwlwifi: mvm: pre-initialize alive_data in wait_alive() The function we pass to the wait alive notification procedure may may not even get called if the timeout occurs before the function is called. To prevent accessing unitialized data in alive_data, pre-set it to zero in the declaration. Found by static analyzers. Signed-off-by: Luca Coelho <luciano.coelho@intel.com>