Core/Chat: Fixed chat link exploit
Closes #21790 (cherry picked from commit 454bae42c6412161a69dc9de2ee4e5edcbd7ee8c)
This commit is contained in:
@@ -831,7 +831,7 @@ bool LinkExtractor::IsValidMessage()
|
||||
break;
|
||||
|
||||
char commandChar;
|
||||
_iss >> commandChar;
|
||||
_iss.get(commandChar);
|
||||
|
||||
// | in normal messages is escaped by ||
|
||||
if (commandChar != PIPE_CHAR)
|
||||
|
||||
Reference in New Issue
Block a user