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:
3aec6fe
)
[PATCH] check for failed kmalloc in inftlmount.c
author
Greg Ungerer
<gerg@snapgear.com>
Mon, 7 Nov 2005 04:09:50 +0000
(14:09 +1000)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 7 Nov 2005 16:00:46 +0000
(08:00 -0800)
The INFTL mount code contains a kmalloc() followed by a memset() without
handling a possible memory allocation failure.
Signed-off-by: <panagiotis.issaris@mech.kuleuven.ac.be>
Signed-off-by: Greg Ungerer <gerg@uclinux.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found