commit | cb4b102f0ab29fcbaf945c6b1f85ef006cdb8edc | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon May 06 08:28:41 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon May 06 16:16:52 2013 -0400 |
tree | cedc736240969480891ff4bb5de7b32d8b448e42 | |
parent | ac718b69301c7c07cd0d858570f76a0e1c4c8726 [diff] |
tipc: add a bounds check in link_recv_changeover_msg() The bearer_id here comes from skb->data and it can be a number from 0 to 7. The problem is that the ->links[] array has only 2 elements so I have added a range check. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>