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:
b41e293
)
[PATCH] x86_64: Don't allow accesses below register frame in ptrace
author
Andi Kleen
<ak@suse.de>
Fri, 20 May 2005 21:27:56 +0000
(14:27 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Fri, 20 May 2005 22:48:20 +0000
(15:48 -0700)
There was a "off by one quad word" error in there. I don't think it is
exploitable because it will only store into a unused area, but better to plug
it.
Found and fixed by John Blackwood
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found