diff options
author | Lv Yunlong <lyl2019@mail.ustc.edu.cn> | 2021-03-10 20:01:40 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-11 18:08:14 -0800 |
commit | db74623a3850db99cb9692fda9e836a56b74198d (patch) | |
tree | dea5167a4858fbbd861e8448bdacd7833d2b6bb2 /drivers/isdn | |
parent | ce6c13e4f5b9d26e77f8ffcf9cf8e904d7658d9b (diff) |
net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_template
In qlcnic_83xx_get_minidump_template, fw_dump->tmpl_hdr was freed by
vfree(). But unfortunately, it is used when extended is true.
Fixes: 7061b2bdd620e ("qlogic: Deletion of unnecessary checks before two function calls")
Signed-off-by: Lv Yunlong <lyl2019@mail.ustc.edu.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn')
0 files changed, 0 insertions, 0 deletions