Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/lib/xray/
-
trunk/
-
lib/
-
xray/
-
xray_x86_64.cc
Hide Panel
f
Keyboard Reference
?
Differential
D31278
[XRay] [compiler-rt] Plug a file descriptor leak in a failure case.
Closed
Public
Authored by
pelikan
on Mar 22 2017, 11:58 PM.
Download Raw Diff
Details
Reviewers
dberris
Commits
rG1730dc789edb: [XRay] [compiler-rt] Plug a file descriptor leak in a failure case.
rCRT298685: [XRay] [compiler-rt] Plug a file descriptor leak in a failure case.
rL298685: [XRay] [compiler-rt] Plug a file descriptor leak in a failure case.
Summary
Fd needs to be closed before the number gets out of scope.
Diff Detail
Repository
rL LLVM
Event Timeline
pelikan
created this revision.
Mar 22 2017, 11:58 PM
Harbormaster
completed remote builds in
B4998: Diff 92763
.
Mar 22 2017, 11:58 PM
dberris
accepted this revision.
Mar 23 2017, 12:14 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Mar 23 2017, 12:14 AM
Closed by commit
rL298685: [XRay] [compiler-rt] Plug a file descriptor leak in a failure case.
(authored by
pelikan
).
·
Explain Why
Mar 23 2017, 10:15 PM
This revision was automatically updated to reflect the committed changes.