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:
0c095c7
)
ext4: Fix potential memory leak in ext4_fill_super
author
Cyrill Gorcunov
<gorcunov@gmail.com>
Tue, 27 Jul 2010 15:56:07 +0000
(11:56 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 27 Jul 2010 15:56:07 +0000
(11:56 -0400)
Under heavy memory pressure we may hit out of memory
situation and as result kstrdup'ed options will not be
freed. Fix it.
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c
patch
|
blob
|
history
diff --cc
fs/ext4/super.c
Simple merge