Updating to crossterm 0.16 causes critical filehandle leak
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 270
- Avg merge
- 5d 19h
- Merged PRs (30d)
- 2
Description
Bug report
# Problem description
Crossterm 0.16 has a critical bug on linux (https://github.com/crossterm-rs/crossterm/pull/383).
The issue is fixed in master (commit 007063896e8b310a6711d7ab780962a9f8ed7283), but is not included yet in a release. I believe 0.15.x releases are affected as well, but I have been unable to verify.
# Environment
* Operating system: debian buster linux
* Backend used: crossterm
* Current locale: en_US.UTF-8
* Cursive version: current git master (commit 602bffba152f30f481ca2abdef0ca600a950f9b5)
Contributor guide
Assessment
This issue has not been assessed yet.