From: Benjamin Peterson Date: Tue, 14 May 2013 00:56:35 +0000 (-0500) Subject: merge 3.3 (#17968) X-Git-Tag: v3.4.0a1~730 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cde88dcf104a4bd390b32db8b1fe7c7cf7d001e1;p=python merge 3.3 (#17968) --- cde88dcf104a4bd390b32db8b1fe7c7cf7d001e1 diff --cc Modules/posixmodule.c index 8e84392d5c,a351caeddc..bf57138006 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@@ -10121,9 -10627,10 +10121,10 @@@ posix_listxattr(PyObject *self, PyObjec if (length < 0) { if (errno == ERANGE) { PyMem_FREE(buffer); + buffer = NULL; continue; } - path_error("listxattr", &path); + path_error(&path); break; }