New submission from Antoine Pitrou:

os.listxattr() leaks its internal buffer when the first call to C listxattr() 
fails with ERANGE. This wasn't caught by the refleak bot, probably because 
xattrs are not enabled on it.

----------
files: listxattr_leak.patch
keywords: patch
messages: 189114
nosy: benjamin.peterson, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: memory leak in listxattr()
type: resource usage
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file30248/listxattr_leak.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17968>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to