Eun Posted May 25, 2010 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
Alexrd Posted May 26, 2010 Posted May 26, 2010 I think this should be on the Dedicated Server section.
razorace Posted May 27, 2010 Posted May 27, 2010 How did you fix the cvar overflow problem? Did you hack the .so to increase the MAX_CVAR value?
Eun Posted May 27, 2010 Author 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.