MantisBT - Zandronum
View Issue Details
0001709Zandronum[All Projects] Bugpublic2014-02-16 06:442018-09-30 21:34
Jen0va 
Dusk 
normalminoralways
closedfixed 
MicrosoftWindowsXP/Vista/7
1.2 
1.31.3 
0001709: Server crash with sv_joinpassword
Setting sv_joinpassword to anything over 64 characters and trying to join the server results in a crash.
Set sv_joinpassword to something over 64 characters
Attempt to join the game
Buffer overflow in server_RequestJoin that can be fixed by truncating the network string to 64 characters.
No tags attached.
Issue History
2014-02-16 06:44Jen0vaNew Issue
2014-03-07 16:57DuskAssigned To => Dusk
2014-03-07 16:57DuskStatusnew => assigned
2014-03-07 17:05DuskNote Added: 0008361
2014-03-07 17:05DuskStatusassigned => needs review
2014-04-13 14:06Torr SamahoNote Added: 0008563
2014-04-13 14:06Torr SamahoStatusneeds review => needs testing
2014-04-13 14:07Torr SamahoTarget Version => 1.3
2014-04-13 19:49ArcoNote Added: 0008569
2014-04-13 19:49ArcoStatusneeds testing => resolved
2014-04-13 19:49ArcoFixed in Version => 1.3
2015-03-22 18:02Edward-sanResolutionopen => fixed
2018-09-30 21:34Blzut3Statusresolved => closed

Notes
(0008361)
Dusk   
2014-03-07 17:05   
Fixed by eliminating the buffer altogether with FStrings.
(0008563)
Torr Samaho   
2014-04-13 14:06   
I pulled your patch for this a while ago.
(0008569)
Arco   
2014-04-13 19:49   
Works correctly.