commit | 292208914d8ca5a41cf68c2f1d2810a2ea2044e9 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Tue Apr 14 11:36:23 2015 +0300 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Thu May 21 22:36:46 2015 +0300 |
tree | d62a919a34a487fa40473389078f7d8a1266214d | |
parent | a500e469ead055f35c7b2d0a1104e1bd58e34e70 [diff] |
iwlwifi: mvm: avoid use-after-free on iwl_mvm_d0i3_enable_tx() qos_seq points (to a struct) inside the command response data. Make sure to free the response only after qos_seq is not needed anymore. Reported-by: Heng Luo <heng.luo@intel.com> Signed-off-by: Eliad Peller <eliadx.peller@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>