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:
f194bda
)
[POWERPC] spufs: fix possible memory corruption is spufs_mem_write
author
Arnd Bergmann
<arnd.bergmann@de.ibm.com>
Fri, 9 Mar 2007 23:05:35 +0000
(
00:05
+0100)
committer
Arnd Bergmann
<arnd@klappe.arndb.de>
Fri, 9 Mar 2007 23:07:48 +0000
(
00:07
+0100)
Due to a buggy unsigned comparison, it was possible to write
beyond the end of the local store file in spufs under some
circumstances.
This rewrites the buggy function to look more like
simple_copy_from_buffer.
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Cc: Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
No differences found