MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002407 | Zandronum | [All Projects] Bug | public | 2015-08-20 14:21 | 2018-09-30 22:20 |
|
Reporter | Dusk | |
Assigned To | Dusk | |
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 3.0-beta | |
Target Version | 3.0 | Fixed in Version | 3.0 | |
|
Summary | 0002407: Server chat crashes the client |
Description | Using rcon say crashes the client. Server remains fine.
This happens because CHAT_PrintChatString will call BOTCMD_SetLastChatPlayer( players[ulPlayer].userinfo.GetName() ); even if ulPlayer is MAXPLAYERS. |
Steps To Reproduce | |
Additional Information |
0000002 <signal handler called>
No locals.
0000003 0x000000000058d7cc in FindKey (key=..., this=<optimized out>) at /home/crimson/dev/zandronum-sandbox/src/tarray.h:834
n = 0x24c3
0000004 CheckKey (key=..., this=<optimized out>) at /home/crimson/dev/zandronum-sandbox/src/tarray.h:579
No locals.
0000005 GetName (this=<optimized out>) at /home/crimson/dev/zandronum-sandbox/src/d_player.h:340
No locals.
0000006 CHAT_PrintChatString (ulPlayer=64, ulMode=<optimized out>, pszString=0x17e9000 <NETWORK_ReadString(BYTESTREAM_s*)::s_szString> "hi") at /home/crimson/dev/zandronum-sandbox/src/chat.cpp:480
ulChatLevel = 2
OutString = {Chars = 0x3ab466c "<server>: hi", static NullString = {Len = 0, AllocLen = 2, RefCount = 55768, Nothing = "\000"}}
ChatString = {Chars = 0x3ab441c "hi", static NullString = {Len = 0, AllocLen = 2, RefCount = 55768, Nothing = "\000"}}
0000007 0x00000000005977e9 in client_PlayerSay (pByteStream=pByteStream@entry=0x17e8df8 <g_NetworkMessage+24>) at /home/crimson/dev/zandronum-sandbox/src/cl_main.cpp:5761
ulPlayer = <optimized out>
ulMode = <optimized out>
pszString = <optimized out>
|
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-08-20 14:21 | Dusk | New Issue | |
2015-08-20 14:21 | Dusk | Description Updated | bug_revision_view_page.php?rev_id=7927#r7927 |
2015-08-20 14:22 | Dusk | Product Version | => 3.0-beta |
2015-09-04 14:47 | Dusk | Note Added: 0013392 | |
2015-09-04 14:47 | Dusk | Assigned To | => Dusk |
2015-09-04 14:47 | Dusk | Status | new => needs review |
2015-09-05 09:35 | cobalt | Status | needs review => needs testing |
2015-09-05 09:35 | cobalt | Target Version | => 3.0 |
2015-09-05 09:35 | cobalt | Description Updated | bug_revision_view_page.php?rev_id=8021#r8021 |
2015-09-05 09:35 | cobalt | Additional Information Updated | bug_revision_view_page.php?rev_id=8023#r8023 |
2015-09-05 09:35 | cobalt | Note Added: 0013410 | |
2015-09-08 11:21 | DevilHunter | Note Added: 0013454 | |
2015-09-08 19:35 | Dusk | Status | needs testing => resolved |
2015-09-08 19:35 | Dusk | Fixed in Version | => 3.0 |
2015-09-08 19:35 | Dusk | Resolution | open => fixed |
2018-09-30 22:20 | Blzut3 | Status | resolved => closed |