]> git.baikalelectronics.ru Git - kernel.git/commit
pfkey: fix SADB_X_EXT_FILTER length check
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Thu, 20 Feb 2014 13:52:41 +0000 (14:52 +0100)
committerSteffen Klassert <steffen.klassert@secunet.com>
Fri, 21 Feb 2014 05:40:54 +0000 (06:40 +0100)
commit40c4a5baeb72551115f8e265e84b4aef8b436289
treec50123bfed852241aaa318c65956c1587188924a
parentda6d14b9e85afcf9a6859f61eb7ef3f7dedfcc8e
pfkey: fix SADB_X_EXT_FILTER length check

This patch fixes commit fd9a95c040c0 ("ipsec: add support of limited SA dump").

sadb_ext_min_len array should be updated with the new type (SADB_X_EXT_FILTER).

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/key/af_key.c