diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2012-09-27 22:21:19 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-10-01 17:15:06 -0400 |
commit | f674e72ff1aad23a99c7c205473cf02c85c2ac33 (patch) | |
tree | 032274dd7d42c5feeb17fe8b944ce9709001e339 /include/rxrpc | |
parent | 862096a8bbf8f992f6d0a1a8786ffd3fc7437e48 (diff) | |
download | linux-3.10-f674e72ff1aad23a99c7c205473cf02c85c2ac33.tar.gz linux-3.10-f674e72ff1aad23a99c7c205473cf02c85c2ac33.tar.bz2 linux-3.10-f674e72ff1aad23a99c7c205473cf02c85c2ac33.zip |
net/key/af_key.c: add range checks on ->sadb_x_policy_len
Because sizeof() is size_t then if "len" is negative, it counts as a
large positive value.
The call tree looks like:
pfkey_sendmsg()
-> pfkey_process()
-> pfkey_spdadd()
-> parse_ipsecrequests()
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/rxrpc')
0 files changed, 0 insertions, 0 deletions