diff options
author | Dan Carpenter <error27@gmail.com> | 2011-06-03 06:45:28 +0200 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-06-03 22:04:02 +0200 |
commit | f124c6ae59e193705c9ddac57684d50006d710e6 (patch) | |
tree | 9bd662e1f2ee7c937b1b184f371ef1c603018d02 /scripts | |
parent | xen: use the trigger info we already have to choose the irq handler (diff) | |
download | linux-f124c6ae59e193705c9ddac57684d50006d710e6.tar.xz linux-f124c6ae59e193705c9ddac57684d50006d710e6.zip |
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>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions