[quake3-commits] [ioquake/ioq3] 47c964: Fix bad client reliableAcknowledge DOS exploit
INeedGames
noreply at github.com
Wed Apr 19 09:10:44 EDT 2023
Branch: refs/heads/main
Home: https://github.com/ioquake/ioq3
Commit: 47c9641939d84cfae249b38d2691d37ff84be817
https://github.com/ioquake/ioq3/commit/47c9641939d84cfae249b38d2691d37ff84be817
Author: ineed bots <ineedbots at pbot.org>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M code/server/sv_client.c
Log Message:
-----------
Fix bad client reliableAcknowledge DOS exploit
Having a reliableAcknowledge of 0x7FFFFFFF causes a massive
loop to be executed in SV_UpdateServerCommandsToClient due to the + 1 overflow.
More information about the quake3-commits
mailing list