projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef52c75
)
fix leak in romfs_fill_super()
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 25 Jan 2010 11:05:54 +0000
(06:05 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 27 Jan 2010 03:22:26 +0000
(22:22 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/romfs/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/romfs/super.c
b/fs/romfs/super.c
index c117fa80d1e9b9ddc9be29a7d412022b9d158010..42d213546894a3b412bea8634f7c9535f25cdb19 100644
(file)
--- a/
fs/romfs/super.c
+++ b/
fs/romfs/super.c
@@
-544,6
+544,7
@@
error:
error_rsb_inval:
ret = -EINVAL;
error_rsb:
+ kfree(rsb);
return ret;
}