Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

vc: Persist file handle may leak in FS#FromDisk #2234

Merged
merged 1 commit into from
Nov 21, 2019
Merged

vc: Persist file handle may leak in FS#FromDisk #2234

merged 1 commit into from
Nov 21, 2019

Conversation

tedyu
Copy link
Contributor

@tedyu tedyu commented Nov 20, 2019

Fixes #2233

Signed-off-by: Ted Yu [email protected]

@tedyu
Copy link
Contributor Author

tedyu commented Nov 20, 2019

@amshinde @grahamwhaley
Please review.

Copy link
Contributor

@grahamwhaley grahamwhaley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm
OOI @tedyu - are you finding all these races etc. by visual inspection, debugging, or some analysis tools? :-)

@grahamwhaley
Copy link
Contributor

/test-ubuntu

@tedyu
Copy link
Contributor Author

tedyu commented Nov 21, 2019

@grahamwhaley
No tool was involved in the discovery of these issues.

@codecov
Copy link

codecov bot commented Nov 21, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@1f71114). Click here to learn what that means.
The diff coverage is 0%.

@@            Coverage Diff            @@
##             master    #2234   +/-   ##
=========================================
  Coverage          ?   48.98%           
=========================================
  Files             ?      111           
  Lines             ?    16027           
  Branches          ?        0           
=========================================
  Hits              ?     7851           
  Misses            ?     7203           
  Partials          ?      973

@tedyu
Copy link
Contributor Author

tedyu commented Nov 21, 2019

@grahamwhaley @lifupan
All tests passed.

@devimc devimc merged commit 3a4025f into kata-containers:master Nov 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Persist file handle may leak in FS#FromDisk
5 participants