diff options
author | 2017-11-25 03:03:00 +0900 | |
---|---|---|
committer | 2017-11-28 08:49:26 -0800 | |
commit | 7e5dd57ef3081ff6c03908d786ed5087f6fbb7ae (patch) | |
tree | 96909503a6a4b6a07c95daf553f27737532c8046 /scripts/gdb/linux/tasks.py | |
parent | nvme-rdma: fix memory leak during queue allocation (diff) | |
download | wireguard-linux-7e5dd57ef3081ff6c03908d786ed5087f6fbb7ae.tar.xz wireguard-linux-7e5dd57ef3081ff6c03908d786ed5087f6fbb7ae.zip |
nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()
Following condition which will cause NULL pointer dereference will
occur in nvme_free_host_mem() when it tries to remove pci device via
nvme_remove() especially after a failure of host memory allocation for HMB.
"(host_mem_descs == NULL) && (nr_host_mem_descs != 0)"
It's because __nr_host_mem_descs__ is not cleared to 0 unlike
__host_mem_descs__ is so.
Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions