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:
6101167
)
modpost: Stop grab_file() from leaking filedescriptors if fstat() fails
author
Jesper Juhl
<jj@chaosbits.net>
Wed, 23 May 2012 12:58:49 +0000
(22:28 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 23 May 2012 12:58:49 +0000
(22:28 +0930)
In case the open() call succeeds but the subsequent fstat() call
fails, then we'll return without close()'ing the filedescriptor.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found