[quake3-commits] [ioquake/ioq3] 9f294c: Fix MSG_Read*String*() functions not being able to...
Eugene C
tweels at gmail.com
Tue Apr 3 23:36:25 EDT 2018
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: 9f294ce5207fa29b30d6b004665e44be3af3dc8e
https://github.com/ioquake/ioq3/commit/9f294ce5207fa29b30d6b004665e44be3af3dc8e
Author: Eugene C <tweels at gmail.com>
Date: 2018-04-03 (Tue, 03 Apr 2018)
Changed paths:
M code/qcommon/msg.c
Log Message:
-----------
Fix MSG_Read*String*() functions not being able to read last byte from message
This is exact root of q3msgboom bug http://aluigi.altervista.org/adv/q3msgboom-adv.txt
Unfortunately, server still need this ugly '1022 char limit' hack to support unfixed clients in some degree.
And as it affects MSG_ReadBigString() - unfixed clients can still be crashed by 8191-chars long configstrings that comes with gamestate
More information about the quake3-commits
mailing list