Re: [PATCH-next v2 Resend] scsi: fix use-after-free problem in scsi_remove_target

From: zhongjinghua
Date: Tue Mar 07 2023 - 20:15:49 EST


Thanks for you adevice.

Jinghua

在 2023/3/8 6:35, Bart Van Assche 写道:
On 3/6/23 04:16, Zhong Jinghua wrote:
+            /*
+             * If the reference count is already zero, skip this
+             * target is safe  because scsi_target_destroy()
+             * will wait until the host lock has been released
+             * before freeing starget.
+             */

The above comment has grammatical issues and is confusing. I think the comment that I suggested was much better than the above.

Bart.