From: Nicholas Bellinger Date: Mon, 28 Nov 2011 09:02:07 +0000 (-0800) Subject: iscsi-target: fix chap identifier simple_strtoul usage X-Git-Tag: v3.3-rc1~7^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc704fb58f507deea84a4c047a3a71351f0c55aa;p=pandora-kernel.git iscsi-target: fix chap identifier simple_strtoul usage This patch makes chap_server_compute_md5() use proper unsigned long usage for the CHAP_I (identifier) and check for values beyond 255 as per RFC-1994. Reported-by: Joern Engel Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed