• R
    make popen cancellation-safe · 9c21f434
    Rich Felker 提交于
    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.
    9c21f434
popen.c 809 字节