[New-bugs-announce] [issue29385] Sockets Crashes or Memory Corruption

Dhiraj report at bugs.python.org
Sun Jan 29 00:36:00 EST 2017


New submission from Dhiraj:

When Python Server receives a string of '/xff' (5 or more) from a page  after completing a handshake, the tab immediately crashes.  There are variations of this string with other characters mixed in that also cause an immediate close of python server.

To reproduce:

1. Run the websockets.py server 
2. Then open websockets.html in browser 

The PY server gets Close/Crash

----------
components: Windows
files: REPRO.ZIP
messages: 286429
nosy: Dhiraj_Mishra, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Sockets Crashes or Memory Corruption
versions: Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file46448/REPRO.ZIP

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


More information about the New-bugs-announce mailing list