[issue24481] hotshot pack_string Heap Buffer Overflow

2015-06-28 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue24481] hotshot pack_string Heap Buffer Overflow

2015-06-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4f48b1e982ca by Benjamin Peterson in branch '2.7': ensure internal buffer is large enough for string after flushing (closes #24481) https://hg.python.org/cpython/rev/4f48b1e982ca -- nosy: +python-dev resolution: -> fixed stage: needs patch

[issue24481] hotshot pack_string Heap Buffer Overflow

2015-06-22 Thread DmitryJ
Changes by DmitryJ : -- nosy: +dev_zzo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/

[issue24481] hotshot pack_string Heap Buffer Overflow

2015-06-20 Thread Ned Deily
Changes by Ned Deily : -- nosy: +benjamin.peterson stage: -> needs patch title: hotspot pack_string Heap Buffer Overflow -> hotshot pack_string Heap Buffer Overflow ___ Python tracker