From: Herbert Xu Date: Thu, 19 May 2005 19:39:04 +0000 (-0700) Subject: [IPSEC]: Fixed alg_key_len usage in attach_one_algo X-Git-Tag: v2.6.12-rc5~47^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9e9dead05b19e7f52c9aa00cd3a5b7ac4fcacf4;p=pandora-kernel.git [IPSEC]: Fixed alg_key_len usage in attach_one_algo The variable alg_key_len is in bits and not bytes. The function attach_one_algo is currently using it as if it were in bytes. This causes it to read memory which may not be there. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed