[Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#17968)

benjamin.peterson python-checkins at python.org
Tue May 14 02:56:49 CEST 2013


http://hg.python.org/cpython/rev/617cb2f978b0
changeset:   83768:617cb2f978b0
parent:      83766:13cae79b155d
parent:      83767:7aa157971810
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon May 13 19:56:35 2013 -0500
summary:
  merge 3.3 (#17968)

files:
  Modules/posixmodule.c |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -10121,6 +10121,7 @@
         if (length < 0) {
             if (errno == ERANGE) {
                 PyMem_FREE(buffer);
+                buffer = NULL;
                 continue;
             }
             path_error(&path);

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list