* (bug 3412) %s expansion security patch (DevHC)
This commit is contained in:
parent
9cc4e0c976
commit
59c231c6c6
7 changed files with 12 additions and 12 deletions
|
@ -554,7 +554,7 @@ void CL_ParseDownload ( msg_t *msg ) {
|
|||
|
||||
if (clc.downloadSize < 0)
|
||||
{
|
||||
Com_Error(ERR_DROP, MSG_ReadString( msg ) );
|
||||
Com_Error( ERR_DROP, "%s", MSG_ReadString( msg ) );
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue