commit | bd7f65d952007adceceecece39705bb3a1b55f90 | [log] [tgz] |
---|---|---|
author | Mike Christie <michael.christie@oracle.com> | Wed Jul 01 20:43:22 2020 -0500 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Wed Jul 08 00:14:34 2020 -0400 |
tree | 2e8e6d6953d01fe69270034782d9b00ba884015f | |
parent | a6f9b6cee3f25fdf08953553a468e658fed00f3c [diff] |
scsi: target: Fix iscsi transport id buf len calculation The isid returned to the initiator is in string format which is 12 bytes. We also only add 1 terminating NULL and not one after the initiator name and another one after the isid. Link: https://lore.kernel.org/r/1593654203-12442-7-git-send-email-michael.christie@oracle.com Signed-off-by: Mike Christie <michael.christie@oracle.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>