Skip to content

Commit

Permalink
fix potential info truncation issue in server browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomenor committed Dec 1, 2021
1 parent 50a6491 commit 52703a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/ui_servers2.c
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ static void StatusQuery_Refresh( void )
int time;
int maxPing;
char adrstr[MAX_ADDRESSLENGTH];
char info[MAX_INFO_STRING];
char info[2048];

// process ping results
maxPing = ArenaServers_MaxPing();
Expand Down

0 comments on commit 52703a2

Please sign in to comment.