From: Dan Carpenter Date: Wed, 27 Jul 2011 11:11:43 +0000 (+0300) Subject: iscsi-target: strlen() doesn't count the terminator X-Git-Tag: v3.1-rc1~41^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f50c7f5d63b0e4a29f6f96e8cfaca782e0c458d;p=pandora-kernel.git iscsi-target: strlen() doesn't count the terminator This patch fixes an off by one check in iscsit_add_tiqn() because the NULL terminator isn't taken into consideration. Signed-off-by: Dan Carpenter Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed