git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d69630
)
nouveau: off by one in nv50_gpio_location()
author
Dan Carpenter
<error27@gmail.com>
Thu, 22 Apr 2010 09:40:53 +0000
(11:40 +0200)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 8 Jun 2010 01:03:31 +0000
(11:03 +1000)
If "gpio->line" is 32 then "nv50_gpio_reg[gpio->line >> 3]" reads past the
end of the array.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found