#130 closed defect (fixed)
Potential DOS
Reported by: | Norman Rasmussen | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 0.3 |
Component: | server | Version: | 0.1.0 |
Keywords: | Cc: |
Description
If you connect 20 connections within 10 seconds, and don't send a hello packet, then the server will close the listening socket.
The error is because the listening socket is closed, and instead accept should be called, and the returned socket should be closed instead.
I will attach a proposed fix.
Attachments (1)
Change History (4)
Changed 9 years ago by
Attachment: | ticket-130.patch added |
---|
comment:1 Changed 9 years ago by
Component: | android → server |
---|
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/130
Note: See
TracTickets for help on using
tickets.
applied in r872