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:
4130a4b
)
[SPARC64]: Fix memory corruption in pci_4u_free_consistent().
author
David S. Miller
<davem@sunset.davemloft.net>
Thu, 26 Oct 2006 05:33:07 +0000
(22:33 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Thu, 26 Oct 2006 05:39:16 +0000
(22:39 -0700)
The second argument to free_npages() was being incorrectly
calculated, which would thus access far past the end of the
arena->map[] bitmap.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found