You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin seems to crash my server when the server you're connected to returns large amounts of data. This is a reasonably big problem because it prevents people from using this plugin with protocols where large responses are the norm (HTTP, FTP data transfer, etc.).
I've compiled the plugin from the current source tree.
In order to reproduce this bug, establish a netcat listener on an arbitrary port:
Expected behavior: the data[] string of the callback should contain the data returned by the server.
Observed behavior: the server crashes and shuts down.
The text was updated successfully, but these errors were encountered:
This plugin seems to crash my server when the server you're connected to returns large amounts of data. This is a reasonably big problem because it prevents people from using this plugin with protocols where large responses are the norm (HTTP, FTP data transfer, etc.).
I've compiled the plugin from the current source tree.
In order to reproduce this bug, establish a netcat listener on an arbitrary port:
Create a sample script for testing:
Run the server while the netcat listener is open. When the connection gets established, send a random 2048 byte input from nc:
Expected behavior: the data[] string of the callback should contain the data returned by the server.
Observed behavior: the server crashes and shuts down.
The text was updated successfully, but these errors were encountered: