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:
764f257
)
sparc64: Fix end-of-stack checking in save_stack_trace().
author
David S. Miller
<davem@davemloft.net>
Fri, 8 Aug 2008 06:04:37 +0000
(23:04 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 8 Aug 2008 06:04:37 +0000
(23:04 -0700)
Bug reported by Alexander Beregalov.
Before we dereference the stack frame or try to peek at the
pt_regs magic value, make sure the entire object is within
the kernel stack bounds.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found