]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Fix a possible crash when an invalid skinframe gets accessed after cl.time steps...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 24 Sep 2010 21:37:43 +0000 (21:37 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 24 Sep 2010 21:44:04 +0000 (23:44 +0200)
commit659d2f83a08ef04792186e5ed1d32fb37b237d14
tree21f3671e1f001ddb60be3d13e0afbb052ec41471
parentf703ec619dceae67c24f88e747293f122a54a4e7
Fix a possible crash when an invalid skinframe gets accessed after cl.time steps backwards (e.g. due to time syncing) right after an entity has been created. Might fix the steel storm crash, but certainly IS a segfault on unstable network connection. Note that a%b can be negative for a<0, b>0 (unlike mathematical 'mod' operation, C '%' is based on rounding towards zero)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10490 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=e63a0114bbd617c020c6217f5e1fe1145b1d2c78
gl_rmain.c