commit | 6fbf13c0e24fd86ab2e4477cd8484a485b687421 | [log] [tgz] |
---|---|---|
author | Maurizio Lombardi <mlombard@redhat.com> | Tue Jan 31 17:38:42 2023 +0100 |
committer | Christoph Hellwig <hch@lst.de> | Wed Feb 01 14:18:46 2023 +0100 |
tree | f37bec06abb0db4ed0b435ea3e228798cb6abd51 | |
parent | fd62678ab55cb01e11a404d302cdade222bf4022 [diff] |
nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_set In nvme_alloc_io_tag_set(), the connect_q pointer should be set to NULL in case of error to avoid potential invalid pointer dereferences. Signed-off-by: Maurizio Lombardi <mlombard@redhat.com> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Signed-off-by: Christoph Hellwig <hch@lst.de>