ioq3/code
Zack Middleton b9061c8447 Fix cg.skulltrails out of bounds access in Team Arena Harvester mode
In Team Arena's Harvester mode, players corrupt your memory from beyond
the grave. Gib the players to stop the corruption!

CG_PlayerTokens is called for player entities, including corpses.
The entity number is used for the index in cg.skulltrails which only has
MAX_CLIENTS elements. This results in incorrect memory being overwritten
for corpse entities (as the entity number is >= MAX_CLIENTS).

So limit skull trails to valid entities (entity number < MAX_CLIENTS).
2014-05-01 21:32:21 -05:00
..
AL 5882 - Update OpenAL Headers to OpenAL Soft 1.15.1 2013-02-17 07:34:41 -06:00
asm Fix some clang warnings 2013-03-12 21:50:59 +00:00
botlib clean up return statements a bit more 2013-05-30 15:43:21 -05:00
cgame Fix cg.skulltrails out of bounds access in Team Arena Harvester mode 2014-05-01 21:32:21 -05:00
client Revert "DMA 44100Hz needs more memory for sound buffers" 2014-03-17 13:44:30 -05:00
game Fix compiling game VM with OBSTACLEDEBUG defined 2014-03-24 17:10:24 -05:00
jpeg-8c Mark JPEG lib changes, file provided by Simon McVittie 2012-07-01 18:07:56 +00:00
libcurl-7.35.0/curl Upgrade from libcurl 7.15.5 (2006-08-07) to 7.35.0 (2014-01-29) 2014-02-08 17:33:56 +00:00
libogg-1.3.1 Upgrade libogg 1.3.0 to 1.3.1 2014-02-08 03:38:01 +00:00
libs Rebuilt MSVC SDL 1.2.15 Revision 8040 import libs 2014-04-16 15:08:21 -05:00
libspeex Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes unused-but-set gcc warnings 2011-07-29 12:27:00 +00:00
libvorbis-1.3.4 Add vorbis 1.3.4 build support 2014-02-08 08:26:03 +00:00
null Add renderercommon/tr_common.h 2013-02-16 20:58:04 +00:00
opus-1.1 Upgrade opus 1.0.2 -> 1.1 2014-02-08 03:21:02 +00:00
opusfile-0.5 Upgrade opusfile 0.2 to 0.5 2014-02-08 03:29:10 +00:00
q3_ui Fix warning message in animation.cfg parsing functions 2013-09-04 15:51:34 -05:00
qcommon Fix FS_FOpenFileReadDir non-zero file handle when file not found in pk3 2014-03-18 20:49:52 -05:00
renderercommon Bunch of comment fixes 2014-03-13 02:20:54 +01:00
renderergl1 Remove unused extern qboolean charSet 2014-03-24 12:47:14 -05:00
renderergl2 OpenGL2: Remove sRGB support, replace with gamma cvars. 2014-04-16 05:26:03 -07:00
sdl Add latch to r_centerWindow and r_allowResize 2013-12-06 23:42:23 -06:00
SDL12/include Update SDL 1.2.15 to Revision 8040 2014-03-09 09:24:54 -04:00
server Fix colored name padding and allow IPv6 address to fit in output of 2014-02-22 20:47:18 -05:00
sys Release netowrk bindings on shutdown 2014-02-22 21:18:34 -05:00
tools drop some useless return statements 2013-05-30 15:43:21 -05:00
ui Have ui_test cmd in missionpack ui return qtrue 2013-12-07 21:27:17 -06:00
zlib drop some useless return statements 2013-05-30 15:43:21 -05:00