-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes a potential leak of a file descriptor. In practice this can't happen except for pathological situations. Specifically, the open() succeeds but the subsequent fstat() fails because of an OS or network file system glitch.
- Loading branch information
1 parent
fd1f407
commit 6542e5a
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters