]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix problems reported by valgrind:
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 19 Sep 2005 06:42:30 +0000 (06:42 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 19 Sep 2005 06:42:30 +0000 (06:42 +0000)
commitc36179bf814b7075fe3341807ff0eac40c55dec7
treec7e595645ca908869b9211cb82076a2ffe2dfb36
parent539604146aa5e33a5a1517f1a5fb4548153d77ef
Fix problems reported by valgrind:
 * 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
Modules/posixmodule.c