From: Dan Carpenter Date: Fri, 3 Jun 2011 04:45:28 +0000 (+0300) Subject: xen: off by one errors in multicalls.c X-Git-Tag: v3.0-rc3~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f124c6ae59e193705c9ddac57684d50006d710e6;p=pandora-kernel.git 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 Signed-off-by: Konrad Rzeszutek Wilk Signed-off-by: Jeremy Fitzhardinge --- Reading git-diff-tree failed