-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TESTING: fix crash due to SZ_GetSpace console overflow #907
base: master
Are you sure you want to change the base?
Conversation
help |
Is there any solution to this problem with this message, and how is the problem fixed? overflow on netchan->message |
@RauliTop Is this project expected to be implemented and fixed officially soon? |
I really didn't test it. You can try my request downloading the binaries on Actions tab inside this repository. |
my servers go down with that same message I discovered that it is an attacker https://www.youtube.com/watch?v=tCQ0tFdUTho |
also affects? rehlds/engine/cmd.cpp#L122 |
No, because after overflow it appears: 'on' %s |
Well this problem is quite common, apparently one of the causes is the loss of the player's connection to the server. So far it has been ruled out that the false positives have been kicked without reason! |
43df0ba
to
de3679f
Compare
This is wrong, it does not match original code. There is no Also I don't think Con_Printf has anything to do with the error. |
More info here: #855
Also, review this: #798