• Neal Norwitz's avatar
    Fix problems reported by valgrind: · c36179bf
    Neal Norwitz yazdı
     * Fix memory leak in posix.access()
     * Fix use of uninitialized value in forkpty()
       - from the manpage it isn't clear if there are conditions where master_fd
         are uninitialized, but it's safer to initialize
    c36179bf
posixmodule.c 196 KB