commit | f124c6ae59e193705c9ddac57684d50006d710e6 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Fri Jun 03 07:45:28 2011 +0300 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri Jun 03 16:04:02 2011 -0400 |
tree | 9bd662e1f2ee7c937b1b184f371ef1c603018d02 | |
parent | e5ac0bda96c495321dbad9b57a4b1a93a5a72e7f [diff] |
xen: off by one errors in multicalls.c b->args[] has MC_ARGS elements, so the comparison here should be ">=" instead of ">". Otherwise we read past the end of the array one space. CC: stable@kernel.org Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>