[quake3-commits] [ioquake/ioq3] eecc83: Save connect and playdemo argument before calling ...
Zack Middleton
zack at cloemail.com
Wed May 24 13:50:41 EDT 2017
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: eecc8326a0b9af15976b0910d2e9bcdc925ceec6
https://github.com/ioquake/ioq3/commit/eecc8326a0b9af15976b0910d2e9bcdc925ceec6
Author: Zack Middleton <zack at cloemail.com>
Date: 2017-05-24 (Wed, 24 May 2017)
Changed paths:
M code/client/cl_main.c
Log Message:
-----------
Save connect and playdemo argument before calling CL_Disconnect()
Save argument instead of using a pointer to cmd token memory that
might be overwritten when Cmd_TokenizeString() is called.
No known method for causing the issue without engine changes.
Cmd_TokenizeString() is called by FS_PureServerSetReferencedPaks()
in CL_Disconnect() but it's not an issue because the string is
blank.
Thanks @mickael9.
More information about the quake3-commits
mailing list