This commit is contained in:
Benjamin Peterson 2013-05-13 19:56:35 -05:00
commit cde88dcf10
1 changed files with 1 additions and 0 deletions

View File

@ -10121,6 +10121,7 @@ posix_listxattr(PyObject *self, PyObject *args, PyObject *kwargs)
if (length < 0) {
if (errno == ERANGE) {
PyMem_FREE(buffer);
buffer = NULL;
continue;
}
path_error(&path);