On 12/13/2021 11:05 PM, Dan Carpenter wrote:
The "mybuf" string comes from the user, so we need to ensure that it is NUL terminated. Fixes: bd2cdd5e400f ("scsi: lpfc: NVME Initiator: Add debugfs support") Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> --- drivers/scsi/lpfc/lpfc_debugfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks Dan. Looks Good. Reviewed-by: James Smart <jsmart2021@xxxxxxxxx> -- james