Re: [PATCH] nvme: fix use-after-free during booting

From: Christoph Hellwig
Date: Thu Sep 17 2020 - 04:34:53 EST


On Wed, Sep 16, 2020 at 11:36:05AM -0400, Tong Zhang wrote:
> if a nvme controller is not responding during probing, a use-after-free
> condition could happen

This now leaks the queue for the regular teardown path.