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:
e3e9408
)
powerpc, hw_breakpoint: Fix off-by-one in checking access address
author
Paul Mackerras
<paulus@samba.org>
Wed, 23 Jun 2010 05:42:43 +0000
(15:42 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 23 Jun 2010 05:42:43 +0000
(15:42 +1000)
The code would accept an access to an address one byte past the end
of the requested range as legitimate, due to having a "<=" rather than
a "<". This fixes that and cleans up the code a bit.
Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found