fix(lib): pass raw duped fd to _fdopen
Attempting to call `_get_osfhandle(fd)` leads to a stack overflow
This commit is contained in:
parent
c89e40f008
commit
047de9bf96
2 changed files with 9 additions and 2 deletions
|
|
@ -88,7 +88,6 @@ fn test_parsing_with_logging() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(unix)]
|
||||
fn test_parsing_with_debug_graph_enabled() {
|
||||
use std::io::{BufRead, BufReader, Seek};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue