Eun Posted May 25, 2010 Share Posted May 25, 2010 Hey, I have finished a little program today, it fixes some bugs in the Q3 engine. It supports JKA and JK2, all versions so far. It fixes 1. the download bug ( a.k.a traversal bug [http://www.securityfocus.com/archive/1/archive/1/433349/100/0/threaded]) 2. the callvote bug (you cannot run commands via callvote) 3. cvar overflow bug, dont allows cvar values over 255 chars 4. disables debug commands plus its possible to log the whole output of the server console and its possible to force certian cvars. You can find more infos here. Greetingz Eun Link to comment Share on other sites More sharing options...
Alexrd Posted May 26, 2010 Share Posted May 26, 2010 I think this should be on the Dedicated Server section. Link to comment Share on other sites More sharing options...
acdcfanbill Posted May 27, 2010 Share Posted May 27, 2010 yoinked off to the Coding section of Editing. Link to comment Share on other sites More sharing options...
razorace Posted May 27, 2010 Share Posted May 27, 2010 How did you fix the cvar overflow problem? Did you hack the .so to increase the MAX_CVAR value? Link to comment Share on other sites More sharing options...
Eun Posted May 27, 2010 Author Share Posted May 27, 2010 How did you fix the cvar overflow problem? Did you hack the .so to increase the MAX_CVAR value? Nope, I just hooked the Cvar_Set2 function, and limited the size of the value to 255 Even if you increase MAX_CVAR, it wouldn't solve the problem of overflowing. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.