[issue3002] shutil.copyfile blocks indefinitely on named pipes

Antoine Pitrou report at bugs.python.org
Sun Mar 8 15:40:00 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

I'm not sure the race condition possibility is important. Is
shutil.copytree() protected against such race conditions in the first place?

(I'd argue this bug is less about potential DOS attacks than the simple
unfriendliness of indefinitely blocking)

----------
message_count: 6.0 -> 7.0
nosy: +pitrou
nosy_count: 4.0 -> 5.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3002>
_______________________________________


More information about the Python-bugs-list mailing list