]> git.baikalelectronics.ru Git - kernel.git/commit
modpost: Stop grab_file() from leaking filedescriptors if fstat() fails
authorJesper Juhl <jj@chaosbits.net>
Wed, 23 May 2012 12:58:49 +0000 (22:28 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 23 May 2012 12:58:49 +0000 (22:28 +0930)
commit15e30c95e9d41161c726082ecf28732d2855cbf0
tree8897cf5aea12cea6d521d49525e642c7727ecd53
parentdd11796bb22fc80839952916cd36e3cea7e9b929
modpost: Stop grab_file() from leaking filedescriptors if fstat() fails

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>
scripts/mod/modpost.c