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:
184231b
)
s2io bogus memset
author
Al Viro
<viro@ftp.linux.org.uk>
Tue, 23 Jan 2007 12:25:08 +0000
(12:25 +0000)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 23 Jan 2007 21:26:33 +0000
(16:26 -0500)
memset() after kmalloc() on size * 8 would better be on size * 8, not
just size; fixed by switching to kcalloc() - it's more idiomatic anyway.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
No differences found