[quake3-bugzilla] [Bug 4801] New: Server can be crashed by sending commands to zombies
bugzilla-daemon at icculus.org
bugzilla-daemon at icculus.org
Tue Nov 23 02:49:54 EST 2010
http://bugzilla.icculus.org/show_bug.cgi?id=4801
Summary: Server can be crashed by sending commands to zombies
Product: ioquake3
Version: SVN HEAD
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P3
Component: Misc
AssignedTo: zakk at icculus.org
ReportedBy: andi.christ at gmx.net
QAContact: quake3-bugzilla at icculus.org
To reproduce the crash:
- run a server with ten bots
- during intermission do /kick all
Every disconnecting client then sends a scores command to everyone, so the last
bots to leave will get a lot of those. The server will crash with the message
"netchan queue is not properly initialized in SV_Netchan_TransmitNextFragment".
One way to prevent this is to exclude zombie clients in SV_SendClientMessages,
but that may have side effects.
--
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the quake3-bugzilla
mailing list