[issue28963] Use-after-free in _asynciomodule.c

Yury Selivanov report at bugs.python.org
Tue Dec 13 18:31:55 EST 2016


Yury Selivanov added the comment:

I think the bug is only in _asyncio_Future_remove_done_callback, since future_schedule_callbacks makes a slice first, which cannot be mutated.

I'm attaching a patch.  Inada, would you be able to take a look?

----------
keywords: +patch
nosy: +ned.deily
priority: normal -> release blocker
Added file: http://bugs.python.org/file45882/Issue28963.patch

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


More information about the Python-bugs-list mailing list