Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information