git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8359cf4
)
iscsi-target: fix chap identifier simple_strtoul usage
author
Nicholas Bellinger
<nab@linux-iscsi.org>
Mon, 28 Nov 2011 09:02:07 +0000
(
01:02
-0800)
committer
Nicholas Bellinger
<nab@linux-iscsi.org>
Wed, 14 Dec 2011 11:28:09 +0000
(11:28 +0000)
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 <joern@logfs.org>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
No differences found