mirror of https://git.musl-libc.org/git/musl
Browse Source
close was the only cancellation point called from popen, but it left popen with major resource leaks if any call to close got cancelled. the easiest, cheapest fix is just to use a non-cancellable close function.rs-1.0
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue