summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2017-07-09 18:48:11 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2017-07-09 18:48:11 +0000
commit386c50cf0a9c3d5c1e481fb76ee2f17a12b3fc44 (patch)
treefa67dc34237bad2021fdfee3956ebfd4f732de2c /CHANGELOG.md
parent1b1f15c27c73197bc256220644440a2d0874d9aa (diff)
parenta50b4765780adbbf637ba0ea2190b33260d4c38e (diff)
downloadnix-386c50cf0a9c3d5c1e481fb76ee2f17a12b3fc44.zip
Merge #660
660: Fix double close bugs in test_lseek and test_lseek64 r=asomers std::fs::File closes the underlying file descriptor on Drop, without checking for errors. test_lseek and test_lseek64 also manually close the file descriptor. That works for single threaded test runs. But for multithreaded runs, it causes EBADF errors in other tests. Fix the tests by consuming the File with into_raw_fd(), so its drop method will never be called.
Diffstat (limited to 'CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions